Skip to content

Commit

Permalink
Take version from git tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
gryf committed Sep 14, 2024
1 parent 418e480 commit f311605
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools >= 61.0"]
requires = ["setuptools >= 61.0", "wheel", "setuptools-git-versioning"]
build-backend = "setuptools.build_meta"

[project]
Expand All @@ -10,7 +10,7 @@ description = "Automate archives support and state saves for fs-uae"
readme = "README.rst"
requires-python = ">=3.8"
keywords = ["uae", "fs-uae", "amiga", "emulator", "wrapper"]
version = "0.10.0"
dynamic = ["version"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
Expand Down Expand Up @@ -39,6 +39,9 @@ py-modules = ["fs_uae_wrapper"]
[tool.distutils.bdist_wheel]
universal = true

[tool.setuptools-git-versioning]
enabled = true

[tool.ruff.lint]
select = [
"F", # pyflakes
Expand Down

0 comments on commit f311605

Please sign in to comment.