We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc6f43 commit f5ceaf6Copy full SHA for f5ceaf6
setup.py
@@ -24,4 +24,16 @@
24
extras_require={"test": ["pytest"]},
25
python_requires=">=3.6",
26
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
+ ],
39
)
0 commit comments