Skip to content

Commit 558d435

Browse files
committed
Fix PyPI classifiers
* Remove Python 3.4. * Add Python 2 and 3.
1 parent 4e68b7f commit 558d435

File tree

1 file changed

+2
-24
lines changed

1 file changed

+2
-24
lines changed

setup.py

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -44,27 +44,11 @@ def read_files(files):
4444
dotenv=dotenv.cli:cli
4545
''',
4646
classifiers=[
47-
# As from https://pypi.python.org/pypi?%3Aaction=list_classifiers
48-
# 'Development Status :: 1 - Planning',
49-
# 'Development Status :: 2 - Pre-Alpha',
50-
# 'Development Status :: 3 - Alpha',
51-
# 'Development Status :: 4 - Beta',
5247
'Development Status :: 5 - Production/Stable',
53-
# 'Development Status :: 6 - Mature',
54-
# 'Development Status :: 7 - Inactive',
5548
'Programming Language :: Python',
56-
# 'Programming Language :: Python :: 2',
57-
# 'Programming Language :: Python :: 2.3',
58-
# 'Programming Language :: Python :: 2.4',
59-
# 'Programming Language :: Python :: 2.5',
60-
# 'Programming Language :: Python :: 2.6',
49+
'Programming Language :: Python :: 2',
6150
'Programming Language :: Python :: 2.7',
62-
# 'Programming Language :: Python :: 3',
63-
# 'Programming Language :: Python :: 3.0',
64-
# 'Programming Language :: Python :: 3.1',
65-
# 'Programming Language :: Python :: 3.2',
66-
# 'Programming Language :: Python :: 3.3',
67-
'Programming Language :: Python :: 3.4',
51+
'Programming Language :: Python :: 3',
6852
'Programming Language :: Python :: 3.5',
6953
'Programming Language :: Python :: 3.6',
7054
'Programming Language :: Python :: 3.7',
@@ -79,9 +63,3 @@ def read_files(files):
7963
'Environment :: Web Environment',
8064
]
8165
)
82-
83-
# (*) Please direct queries to the discussion group, rather than to me directly
84-
# Doing so helps ensure your question is helpful to other users.
85-
# Queries directly to my email are likely to receive a canned response.
86-
#
87-
# Many thanks for your understanding.

0 commit comments

Comments
 (0)