]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Use 2.9.0's setup.py for 2.9.1 v2.9.1
authorAarni Koskela <akx@iki.fi>
Wed, 28 Apr 2021 19:26:16 +0000 (22:26 +0300)
committerAarni Koskela <akx@iki.fi>
Wed, 28 Apr 2021 19:26:16 +0000 (22:26 +0300)
setup.py

index adf3bb5d914ad01943d62b9673c215afd6012688..0032a3a056138e9ce9472b678659857a664f4f31 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -44,16 +44,18 @@ setup(
         'License :: OSI Approved :: BSD License',
         'Operating System :: OS Independent',
         'Programming Language :: Python',
+        'Programming Language :: Python :: 2',
+        'Programming Language :: Python :: 2.7',
         'Programming Language :: Python :: 3',
+        'Programming Language :: Python :: 3.4',
+        'Programming Language :: Python :: 3.5',
         'Programming Language :: Python :: 3.6',
         'Programming Language :: Python :: 3.7',
-        'Programming Language :: Python :: 3.8',
-        'Programming Language :: Python :: 3.9',
         'Programming Language :: Python :: Implementation :: CPython',
         'Programming Language :: Python :: Implementation :: PyPy',
         'Topic :: Software Development :: Libraries :: Python Modules',
     ],
-    python_requires='>=3.6',
+    python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
     packages=['babel', 'babel.messages', 'babel.localtime'],
     include_package_data=True,
     install_requires=[