mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Specify python 2.7 and remove 3.6 since we do not test against it yet
This commit is contained in:
parent
b3e7925d66
commit
ce236303ef
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -47,9 +47,9 @@ setup(name='ihatemoney',
|
|||
license='Custom BSD Beerware',
|
||||
classifiers=[
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 2.7",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.5",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
"Programming Language :: Python :: Implementation :: CPython",
|
||||
"Topic :: Internet :: WWW/HTTP",
|
||||
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
|
||||
|
|
Loading…
Reference in a new issue