1
0
mirror of https://github.com/gryf/fs-uae-wrapper.git synced 2026-02-01 21:45:54 +01:00

Take version from git tag.

This commit is contained in:
2024-09-14 11:49:44 +02:00
parent 418e480fb5
commit f311605019

View File

@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools >= 61.0"]
requires = ["setuptools >= 61.0", "wheel", "setuptools-git-versioning"]
build-backend = "setuptools.build_meta"
[project]
@@ -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",
@@ -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