Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 6361eb4

Browse files
committed
add classifiers to setup.py
1 parent 31e33a2 commit 6361eb4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

setup.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,13 @@
4040
"https://github.com/ulope/secp256k1-py/archive/master.zip#egg=secp256k1-0.11.1"
4141
],
4242
version=version,
43+
classifiers=[
44+
'Intended Audience :: Developers',
45+
'Natural Language :: English',
46+
'Programming Language :: Python :: 2',
47+
'Programming Language :: Python :: 2.7',
48+
'Programming Language :: Python :: 3',
49+
'Programming Language :: Python :: 3.3',
50+
'Programming Language :: Python :: 3.4',
51+
],
4352
)

0 commit comments

Comments
 (0)