8000 Added classifiers to setup.py file · factorlibre/wc-api-python@ed733fa · GitHub
[go: up one dir, main page]

Skip to content

Commit ed733fa

Browse files
Added classifiers to setup.py file
1 parent 8552142 commit ed733fa

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

setup.py

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,16 @@
3333
include_package_data=True,
3434
install_requires=[
3535
"requests"
36-
]
36+
],
37+
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'
47+
),
3748
)

0 commit comments

Comments
 (0)
0