diff options
| author | 2025-11-30 18:42:19 +0100 | |
|---|---|---|
| committer | 2025-11-30 18:42:19 +0100 | |
| commit | 5d5f9bd85b94db8d64148435c30f7fb819bcd255 (patch) | |
| tree | d406aeebcdc5d273c9e30eb08b59d9c498cd991a /setup.py | |
| parent | 3e1888c3d656906263b0cd08875885166efcfb63 (diff) | |
Merging upstream version 2.2.1~dev0+20250824.
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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, |
