diff --git a/pyproject.toml b/pyproject.toml index 7e8d236..3ad450a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,6 @@ build-backend = "setuptools.build_meta" [project] name = "Mathics_Scanner" -version = "1.3.0" description = "Character Tables and Tokenizer for Mathics and the Wolfram Language." dependencies = [ "PyYAML", @@ -36,6 +35,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Physics", "Topic :: Software Development :: Interpreters", ] +dynamic = ["version"] [project.urls] Homepage = "https://mathics.org/"