Document all supported versions of Python in setup.py

pull/212/head
Jon Dufresne 2017-01-23 18:25:37 -08:00
rodzic 475996a02f
commit 80eb80c3a1
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',
],