[Python-modules-commits] [python-pysolar] 28/42: Added new trove classifiers to setup.py to show it works with Python 2 and Python 3

Wolfgang Borgert debacle at moszumanska.debian.org
Fri Oct 3 23:37:05 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to tag 0.6
in repository python-pysolar.

commit 149a0667808a37f8bbe1defe24e551189dc7b415
Author: Robin Wilson <robin at rtwilson.com>
Date:   Sat Apr 19 04:12:02 2014 +0100

    Added new trove classifiers to setup.py to show it works with Python 2 and Python 3
---
 setup.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 97d6193..eaab3a0 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,9 @@ classifiers = ['Development Status :: 5 - Production/Stable',
     'Topic :: Scientific/Engineering',
     'Topic :: Scientific/Engineering :: Atmospheric Science',
     'Topic :: Scientific/Engineering :: Mathematics',
-    'Topic :: Software Development :: Libraries :: Python Modules']
+    'Topic :: Software Development :: Libraries :: Python Modules',
+    'Programming Language :: Python :: 2',
+    'Programming Language :: Python :: 3']
 
 
 setup(name='Pysolar',

-- 
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