diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-06-18 12:15:10 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-06-18 13:26:06 +0200 |
| commit | efe6e16008b4a123666cc445f7319efce8e9b6bf (patch) | |
| tree | 90f2a3a18e7c032e0444298a62762b9c5cc65eb1 /setup.py | |
| parent | b6f86fbeb1ffbe40480e066d1ff43115842171e0 (diff) | |
Fixed #20615 -- Added trove classifiers for major Python versions.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -100,8 +100,10 @@ setup( 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', 'Programming Language :: Python', + 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Topic :: Internet :: WWW/HTTP', |
