We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dba11e commit 482319bCopy full SHA for 482319b
MANIFEST.in
@@ -0,0 +1 @@
1
+include README.rst
setup.py
@@ -37,12 +37,12 @@
37
'Topic :: Utilities',
38
'Topic :: Software Development :: Libraries',
39
'Programming Language :: Python',
40
- 'License :: OSI Approved :: GNU General Public License v3',
+ 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
41
'Intended Audience :: Developers',
42
'Programming Language :: Python :: 2.6',
43
- 'Programming Language :: Python :: 2.7'
44
- 'Programming Language :: Python :: 3.3'
45
- 'Programming Language :: Python :: 3.4'
+ 'Programming Language :: Python :: 2.7',
+ 'Programming Language :: Python :: 3.3',
+ 'Programming Language :: Python :: 3.4',
46
'Programming Language :: Python :: Implementation :: PyPy'
47
]
48
)
0 commit comments