Skip to content

Commit

Permalink
Update version number and remove cruft from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pingswept committed Mar 5, 2012
1 parent 33656f0 commit 42d1abd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@


setup(name='Pysolar',
version='0.4.1',
version='0.4.4',
description='Collection of Python libraries for simulating the irradiation of any point on earth by the sun',
author='Brandon Stafford',
author_email='brandon@pingswept.org',
license = 'GNU General Public License (GPL)',
url='http://pysolar.org',
py_modules=['constants', 'horizon', 'julian', 'poly', 'query_usno', 'radiation', 'shade', 'shade_test', 'simulate', 'solar', 'testsolar', 'util'],
requires = ['decimaldegrees', 'gtk', 'numpy', 'PIL', 'pygtk', 'pylab', 'pytz'],
py_modules=['constants', 'horizon', 'julian', 'query_usno', 'radiation', 'shade', 'shade_test', 'simulate', 'solar', 'testsolar', 'util'],
requires = ['gtk', 'numpy', 'PIL', 'pygtk', 'pylab', 'pytz'],
)

2 changes: 0 additions & 2 deletions util.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@
def GetSunriseSunset(latitude_deg, longitude_deg, utc_datetime, timezone):
"""This function calculates the astronomical sunrise and sunset times in local time.
WARNING: THIS FUNCTION IS BROKEN. It relies on an unknown library called conversions_time, and another library called decimaldegrees that does not appear to have an active maintainer. TODO: Fix this function so it works without creating unnecessary dependencies.
Parameters
----------
latitude_deg : float
Expand Down

0 comments on commit 42d1abd

Please sign in to comment.