[Python-modules-commits] [python-pysolar] 02/05: Moved python into Pysolar package directory
Wolfgang Borgert
debacle at moszumanska.debian.org
Fri Oct 3 23:36:46 UTC 2014
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to tag 0.5
in repository python-pysolar.
commit 302a467b8f9f76fb15a45068b959808f09d96f66
Author: Perry Kundert <perry at hardconsulting.com>
Date: Fri Jun 29 15:51:32 2012 -0600
Moved python into Pysolar package directory
---
__init__.py => Pysolar/__init__.py | 0
constants.py => Pysolar/constants.py | 0
horizon.py => Pysolar/horizon.py | 0
julian.py => Pysolar/julian.py | 0
query_usno.py => Pysolar/query_usno.py | 0
radiation.py => Pysolar/radiation.py | 0
shade.py => Pysolar/shade.py | 0
shade_test.py => Pysolar/shade_test.py | 0
simulate.py => Pysolar/simulate.py | 0
solar.py => Pysolar/solar.py | 0
testsolar.py => Pysolar/testsolar.py | 0
util.py => Pysolar/util.py | 0
setup.py | 2 +-
13 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/__init__.py b/Pysolar/__init__.py
similarity index 100%
rename from __init__.py
rename to Pysolar/__init__.py
diff --git a/constants.py b/Pysolar/constants.py
similarity index 100%
rename from constants.py
rename to Pysolar/constants.py
diff --git a/horizon.py b/Pysolar/horizon.py
similarity index 100%
rename from horizon.py
rename to Pysolar/horizon.py
diff --git a/julian.py b/Pysolar/julian.py
similarity index 100%
rename from julian.py
rename to Pysolar/julian.py
diff --git a/query_usno.py b/Pysolar/query_usno.py
similarity index 100%
rename from query_usno.py
rename to Pysolar/query_usno.py
diff --git a/radiation.py b/Pysolar/radiation.py
similarity index 100%
rename from radiation.py
rename to Pysolar/radiation.py
diff --git a/shade.py b/Pysolar/shade.py
similarity index 100%
rename from shade.py
rename to Pysolar/shade.py
diff --git a/shade_test.py b/Pysolar/shade_test.py
similarity index 100%
rename from shade_test.py
rename to Pysolar/shade_test.py
diff --git a/simulate.py b/Pysolar/simulate.py
similarity index 100%
rename from simulate.py
rename to Pysolar/simulate.py
diff --git a/solar.py b/Pysolar/solar.py
similarity index 100%
rename from solar.py
rename to Pysolar/solar.py
diff --git a/testsolar.py b/Pysolar/testsolar.py
similarity index 100%
rename from testsolar.py
rename to Pysolar/testsolar.py
diff --git a/util.py b/Pysolar/util.py
similarity index 100%
rename from util.py
rename to Pysolar/util.py
diff --git a/setup.py b/setup.py
index dedebb4..8025f5a 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ setup(name='Pysolar',
author_email='brandon at pingswept.org',
license = 'GNU General Public License (GPL)',
url='http://pysolar.org',
- py_modules=['constants', 'horizon', 'julian', 'query_usno', 'radiation', 'shade', 'shade_test', 'simulate', 'solar', 'testsolar', 'util'],
+ packages=['Pysolar'],
requires = ['gtk', 'numpy', 'PIL', 'pygtk', 'pylab', 'pytz'],
)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pysolar.git
More information about the Python-modules-commits
mailing list