Skip to content

Commit 654906d

Browse files
committed
Small setup.py tweaks
1 parent 6ab9b32 commit 654906d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pypi-setup:
4545
develop: pypi-setup
4646
$(MAKE) wordlist
4747

48-
#: Install mathics
48+
#: Install pymathics.natlang
4949
install: pypi-setup
5050
$(PYTHON) setup.py install
5151

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
"Topic :: Scientific/Engineering :: Mathematics",
4141
"Topic :: Scientific/Engineering :: Physics",
4242
"Topic :: Software Development :: Interpreters",
43+
"Topic :: Scientific/Engineering :: Human Machine Interfaces",
44+
"Topic :: Text Processing",
45+
"Topic :: Text Processing :: Linguistic",
4346
],
4447
# TODO: could also include long_description, download_url,
4548
)

0 commit comments

Comments
 (0)