Skip to content

Commit

Permalink
pyproject.toml: Make version 'dynamic'
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Feb 19, 2024
1 parent 2762633 commit 104c114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -36,6 +35,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Physics",
"Topic :: Software Development :: Interpreters",
]
dynamic = ["version"]

[project.urls]
Homepage = "https://mathics.org/"
Expand Down

0 comments on commit 104c114

Please sign in to comment.