Skip to content

Commit

Permalink
Automated versioning using setuptools-scm (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
tilk committed Nov 25, 2024
1 parent 160ecb7 commit d5c0ecf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[build-system]
requires = ["setuptools>=64", "setuptools_scm>=8"]
build-backend = "setuptools.build_meta"

[project]
name = "transactron"
version = "2024.11.20.dev0"
dynamic = ["version"]
dependencies = [
"amaranth == 0.5.3",
"amaranth-stubs @ git+https://github.com/kuznia-rdzeni/amaranth-stubs.git@edb302b001433edf4c8568190adc9bd0c0039f45",
Expand Down Expand Up @@ -37,6 +41,8 @@ dev = [
"pre-commit == 2.16.0"
]

[tool.setuptools_scm]

[tool.pyright]
include = ["transactron", "test", "scripts"]
reportMissingImports = true
Expand Down

0 comments on commit d5c0ecf

Please sign in to comment.