Browse code

[docs] Update trove classifiers

Joseph Weston authored on 09/11/2019 16:13:55
Showing 1 changed files
... ...
@@ -10,7 +10,15 @@ home-page = "https://github.com/jbweston/qsim"
10 10
 requires-python=">=3.6"
11 11
 description-file="README.md"
12 12
 keywords = "quantum simulator"
13
-classifiers = ["License :: OSI Approved :: MIT License"]
13
+classifiers = [
14
+    "License :: OSI Approved :: MIT License",
15
+    "Development Status :: 1 - Planning",
16
+    "Intended Audience :: Science/Research",
17
+    "Topic :: Scientific/Engineering",
18
+    "Topic :: Scientific/Engineering :: Physics",
19
+    "Programming Language :: Python :: 3.6",
20
+    "Programming Language :: Python :: 3.7",
21
+]
14 22
 requires = [
15 23
     "numpy",
16 24
 ]