mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-01-02 22:23:52 +01:00
Remove Python 2.7 for CLI. Reported to not work, I don't have a 2.7 to test. Accidentally included in 872644cbe6.
This commit is contained in:
parent
872644cbe6
commit
d3034dc8df
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
|
@ -60,7 +60,6 @@ setup(
|
|||
|
||||
# Specify the Python versions you support here. In particular, ensure
|
||||
# that you indicate whether you support Python 2, Python 3 or both.
|
||||
# 'Programming Language :: Python :: 2.7',
|
||||
# Earlier py3 version may work, but I've not tested them.
|
||||
'Programming Language :: Python :: 3.7',
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue