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 6ab9b32 commit 654906dCopy full SHA for 654906d
Makefile
@@ -45,7 +45,7 @@ pypi-setup:
45
develop: pypi-setup
46
$(MAKE) wordlist
47
48
-#: Install mathics
+#: Install pymathics.natlang
49
install: pypi-setup
50
$(PYTHON) setup.py install
51
setup.py
@@ -40,6 +40,9 @@
40
"Topic :: Scientific/Engineering :: Mathematics",
41
"Topic :: Scientific/Engineering :: Physics",
42
"Topic :: Software Development :: Interpreters",
43
+ "Topic :: Scientific/Engineering :: Human Machine Interfaces",
44
+ "Topic :: Text Processing",
+ "Topic :: Text Processing :: Linguistic",
],
# TODO: could also include long_description, download_url,
)
0 commit comments