We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f492fd5 commit 7be58a7Copy full SHA for 7be58a7
1 file changed
setup.py
@@ -42,11 +42,13 @@
42
"Development Status :: 3 - Alpha",
43
"Intended Audience :: Developers",
44
"Topic :: Software Development :: Libraries",
45
- "Topic :: System :: Hardware",
46
"License :: OSI Approved :: MIT License",
+ "License :: OSI Approved :: Python Software Foundation License ",
47
"Programming Language :: Python :: 3",
48
"Programming Language :: Python :: 3.4",
49
"Programming Language :: Python :: 3.5",
50
+ "Programming Language :: Python :: 3.6",
51
+ "Programming Language :: Python :: 3.7",
52
],
53
# What does your project relate to?
54
keywords="adafruit blinka circuitpython micropython udecimal numeric helper "
0 commit comments