From 92cc8a51b2f868028b29387a0944d28a19f937ab Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Thu, 31 Jul 2014 19:03:14 -0700 Subject: [PATCH] More tweaks to setup.py --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.py b/setup.py index 74f33cf..11fb59f 100644 --- a/setup.py +++ b/setup.py @@ -92,6 +92,7 @@ version = "1.1", author = "Tim Jenness", author_email = "tim.jenness@gmail.com", + license="GPL", url='https://github.com/Starlink/palpy', description = "PAL -- A Positional Astronomy Library", long_description = long_description, @@ -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' ] )