8000 Updated the classifiers in setup.py · factorlibre/wc-api-python@b65164f · GitHub
[go: up one dir, main page]

Skip to content

Commit b65164f

Browse files
Updated the classifiers in setup.py
1 parent ed733fa commit b65164f

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*.pyc
2+
__pycache__

setup.py

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,16 @@
3535
"requests"
3636
],
3737
classifiers=(
38-
'Development Status :: 5 - Production/Stable',
39-
'Intended Audience :: Developers',
40-
'Natural Language :: English',
41-
'License :: OSI Approved :: MIT License',
42-
'Programming Language :: Python',
43-
'Programming Language :: Python :: 2.6',
44-
'Programming Language :: Python :: 2.7',
45-
'Programming Language :: Python :: 3.3',
46-
'Programming Language :: Python :: 3.4'
38+
"Development Status :: 5 - Production/Stable",
39+
"Intended Audience :: Developers",
40+
"Natural Language :: English",
41+
"License :: OSI Approved :: MIT License",
42+
"Programming Language :: Python",
43+
"Programming Language :: Python :: 2.6",
44+
"Programming Language :: Python :: 2.7",
45+
"Programming Language :: Python :: 3.2",
46+
"Programming Language :: Python :: 3.3",
47+
"Programming Language :: Python :: 3.4",
48+
"Topic :: Software Development :: Libraries :: Python Modules"
4749
),
4850
)

0 commit comments

Comments
 (0)
0