Skip to content

Commit

Permalink
More tweaks to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Aug 1, 2014
1 parent fba4077 commit 92cc8a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
version = "1.1",
author = "Tim Jenness",
author_email = "[email protected]",
license="GPL",
url='https://github.com/Starlink/palpy',
description = "PAL -- A Positional Astronomy Library",
long_description = long_description,
Expand All @@ -109,8 +110,12 @@
classifiers=[
'Intended Audience :: Science/Research',
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
'Programming Language :: Cython',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: C',
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Scientific/Engineering :: Astronomy'
]
)
Expand Down

0 comments on commit 92cc8a5

Please sign in to comment.