Skip to content

Commit

Permalink
automatic version
Browse files Browse the repository at this point in the history
  • Loading branch information
j5155 committed May 7, 2024
1 parent 7713c9e commit b0f8ceb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[build-system]
requires = ["setuptools"]
requires = ["setuptools>69", "setuptools-scm>8"]
build-backend = "setuptools.build_meta"
[project]
name = "REVHubInterface"
version = "1.3.0"
dynamic = ["dependencies"]
dynamic = ["dependencies", "version"] # TODO make dynamic https://pypi.org/project/setuptools-scm/
[tool.setuptools.dynamic]
dependencies = { file = ["requirements.txt"] }
[tool.setuptools]
packages = ["REVHubInterface"]
[project.gui-scripts]
revhubinterface = "REVHubInterface.__main__:initwindow"
[tool.setuptools_scm]

0 comments on commit b0f8ceb

Please sign in to comment.