mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 09:00:33 -04:00
18 lines
860 B
Python
18 lines
860 B
Python
--- setup.py.orig 2016-04-29 14:33:19 UTC
|
|
+++ setup.py
|
|
@@ -32,13 +32,11 @@ setup(
|
|
'Operating System :: OS Independent',
|
|
'Programming Language :: Python',
|
|
'Programming Language :: Python :: 2',
|
|
- 'Programming Language :: Python :: 2.6',
|
|
'Programming Language :: Python :: 2.7',
|
|
'Programming Language :: Python :: 3',
|
|
- 'Programming Language :: Python :: 3.2',
|
|
- 'Programming Language :: Python :: 3.3',
|
|
- 'Programming Language :: Python :: 3.4',
|
|
'Programming Language :: Python :: 3.5',
|
|
+ 'Programming Language :: Python :: 3.6',
|
|
+ 'Programming Language :: Python :: 3.7',
|
|
'Programming Language :: Python :: Implementation :: CPython',
|
|
'Programming Language :: Python :: Implementation :: PyPy',
|
|
'Topic :: Text Processing :: Linguistic',
|