8000 PyPI classifiers · nirum-lang/nirum-python@9a5115a · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a5115a

Browse files
committed
PyPI classifiers
1 parent 028462a commit 9a5115a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

setup.py

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,17 @@ def get_version():
9292
},
9393
setup_requires=setup_requires,
9494
extras_require=extras_require,
95-
classifiers=[]
95+
classifiers=[
96+
'Development Status :: 4 - Beta',
97+
'Intended Audience :: Developers',
98+
'License :: OSI Approved :: MIT License',
99+
'Operating System :: OS Independent',
100+
'Programming Language :: Python :: 2.7',
101+
'Programming Language :: Python :: 3.4',
102+
'Programming Language :: Python :: 3.5',
103+
'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
104+
'Topic :: Software Development :: Code Generators',
105+
'Topic :: Software Development :: Libraries :: Python Modules',
106+
'Topic :: Software Development :: Object Brokering',
107+
]
96108
)

0 commit comments

Comments
 (0)
0