Merge pull request #212 from jdufresne/support

Document all supported versions of Python in setup.py
pull/211/head
Markus Unterwaditzer 2017-01-24 14:44:25 +01:00 zatwierdzone przez GitHub
commit fd1f8a17eb
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -43,11 +43,14 @@ setuptools.setup(
"Programming Language :: Python",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
],