Skip to content

Commit f5ceaf6

Browse files
committed
Add classifiers
1 parent 8bc6f43 commit f5ceaf6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

setup.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,16 @@
2424
extras_require={"test": ["pytest"]},
2525
python_requires=">=3.6",
2626
install_requires=["numpy"],
27+
classifiers=[
28+
"Development Status :: 2 - Pre-Alpha",
29+
"Programming Language :: Python",
30+
"Programming Language :: Python :: 3",
31+
"Programming Language :: Python :: 3.6",
32+
"Programming Language :: Python :: 3.7",
33+
"Programming Language :: Python :: 3.8",
34+
"Programming Language :: Python :: 3.9",
35+
"Programming Language :: Python :: 3.10",
36+
"Programming Language :: Python :: Implementation :: CPython",
37+
"License :: OSI Approved :: Apache Software License",
38+
],
2739
)

0 commit comments

Comments
 (0)