mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
setup.py: List supported Python versions.
Based on the versions that Travis tests.
This commit is contained in:
parent
cf5ea6a434
commit
20e24dbbd7
1 changed files with 5 additions and 0 deletions
5
setup.py
5
setup.py
|
@ -22,4 +22,9 @@ setup(
|
|||
'pokedex = pokedex.main:setuptools_entry',
|
||||
],
|
||||
},
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 2.7",
|
||||
"Programming Language :: Python :: 3.4",
|
||||
"Programming Language :: Python :: 3.5",
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue