11[build-system ]
22requires = [
3- " setuptools>=70.0.0" ,
4- " wheel" ,
3+ " setuptools" ,
4+ " Mathics3-Module-Base" ,
5+ " Mathics3>=9.0.0" ,
6+ " PatternLite" ,
7+ " langid" , # replace with a supported newer package, e.g. via spacy
8+ " matplotlib" ,
9+ " mpmath>=1.2.0" ,
10+ " nltk>=3.8.0" ,
11+ " numpy" ,
12+ " pycountry>=3.2.0" ,
13+ " pyenchant>=3.2.0" ,
14+ " scipy>=1.10.0" ,
15+ " spacy>=3.4" ,
16+ " wasabi<1.1.0,>=0.8.2" ,
517]
618build-backend = " setuptools.build_meta"
719
820[project ]
9- name = " Mathics3-natlang "
21+ name = " Mathics3-Module-nltk "
1022description = " Mathics3 Natural Language Toolkit module"
1123dependencies = [
12- " setuptools>=70.0.0" ,
1324 " Mathics3>=9.0.0" ,
1425 " Mathics3-Module-Base>=9.0.0" ,
1526 " click>=8.0" ,
1627 " joblib>=1.0.1" ,
17- # replace with a supported newer package, e.g. via spacy
18- " langid" ,
28+ " langid" , # replace with a supported newer package, e.g. via spacy
1929 " llvmlite>=0.36" ,
2030 " nltk>=3.8.0" ,
2131 " mpmath>=1.2.0" ,
@@ -24,6 +34,7 @@ dependencies = [
2434 " pycountry>=3.2.0" ,
2535 " spacy>=3.4" ,
2636 " wasabi<1.1.0,>=0.8.2" ,
37+ version = " 9.0.0"
2738]
2839requires-python = " >=3.10"
2940readme = " README.rst"
@@ -46,23 +57,21 @@ classifiers = [
4657 " Topic :: Scientific/Engineering :: Mathematics" ,
4758 " Topic :: Software Development :: Interpreters" ,
4859]
49- dynamic = [" version" ]
60+
61+ # # FIXME: reinstante this
62+ # dynamic = ["version"]
5063
5164[project .urls ]
52- Homepage = " https://github.com/Mathics3/pymathics-natlang "
53- Downloads = " https://github.com/Mathics3/pymathics-natlang /releases"
65+ Homepage = " https://github.com/Mathics3/Mathics3-Module-nltk "
66+ Downloads = " https://github.com/Mathics3/Mathics3-Module-nltk /releases"
5467
5568[project .optional-dependencies ]
5669dev = [
5770 " pytest" ,
5871]
5972
60- [tool .setuptools ]
61- packages = [
62- " pymathics.natlang" ,
63- ]
64-
65- [tool .setuptools .dynamic ]
66- # We cannot load the version directly from pymathics.natlang.__init__,
67- # because it would try to import modules which are not already installed.
68- version = {attr = " pymathics.natlang.version.__version__" }
73+ # # FIXME: reinstante this
74+ # [tool.setuptools]
75+ # packages = [
76+ # "pymathics.natlang",
77+ # ]
0 commit comments