Skip to content

Commit

Permalink
Auto package version
Browse files Browse the repository at this point in the history
  • Loading branch information
EltonCN committed Oct 18, 2024
1 parent ddfbc1b commit 80cc652
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[build-system]
requires = ["setuptools>=61.2"]
requires = ["setuptools>=61.2", "setuptools_scm>=8"]
build-backend = "setuptools.build_meta"

[project]
name = "cst_python"
version = "0.1.0"
authors = [{name = "H.IAAC", email = "[email protected]"}]
description = "Python module of the CST, the Cognitive Systems Toolkit, a toolkit for the construction of cognitive systems and cognitive architectures."
classifiers = [
Expand All @@ -15,6 +14,7 @@ classifiers = [
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
]
dynamic = ["version"]

[project.readme]
file = "README.md"
Expand All @@ -37,3 +37,5 @@ package-dir = {"" = "src"}
[tool.setuptools.packages.find]
where = ["src"]
namespaces = false

[tool.setuptools_scm]

0 comments on commit 80cc652

Please sign in to comment.