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 513aeb7 commit d859fdcCopy full SHA for d859fdc
setup.py
@@ -36,15 +36,12 @@
36
description="Deep Learning Library based on pure Numpy",
37
long_description="\n\n".join([README, CHANGES]),
38
classifiers=[
39
- "Development Status :: 0 - Alpha",
40
"Intended Audience :: Developers",
41
"Intended Audience :: Science/Research",
42
"License :: OSI Approved :: MIT License",
43
- "Programming Language :: Python :: 3",
+ "Programming Language :: Python :: 3.6",
44
"Programming Language :: Python :: 3.5",
45
"Topic :: Scientific/Engineering :: Artificial Intelligence",
46
- "Topic :: Scientific/Engineering :: Deep Learning",
47
- "Topic :: Scientific/Engineering :: Neural Network",
48
],
49
keywords="deep learning library",
50
license='MIT',
0 commit comments