mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-04 11:27:49 +03:00
[Core] Fix SimpleNamespace on Python2
This commit is contained in:
parent
25087d3f2d
commit
957cd5dd9c
5 changed files with 24 additions and 4 deletions
2
setup.py
2
setup.py
|
@ -591,7 +591,7 @@ setup(
|
|||
'Operating System :: POSIX',
|
||||
'Topic :: Internet',
|
||||
],
|
||||
python_requires='>=3.5',
|
||||
python_requires='>=2.7',
|
||||
license='GPLv3+',
|
||||
cmdclass=cmdclass,
|
||||
setup_requires=setup_requires,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue