aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/setup.py b/setup.py
index 6161d60..41ebea4 100755
--- a/setup.py
+++ b/setup.py
@@ -587,17 +587,14 @@ setup(
'Environment :: X11 Applications :: GTK',
'Framework :: Twisted',
'Intended Audience :: End Users/Desktop',
- (
- 'License :: OSI Approved :: '
- 'GNU General Public License v3 or later (GPLv3+)'
- ),
+ ('License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)'),
'Programming Language :: Python',
'Operating System :: MacOS :: MacOS X',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX',
'Topic :: Internet',
],
- python_requires='>=3.6',
+ python_requires='>=3.9',
license='GPLv3+',
cmdclass=cmdclass,
setup_requires=setup_requires,