Ok another try to get dynamic versions working
This commit is contained in:
parent
1ca23ca4cf
commit
a70bd9f0cd
3
.gitignore
vendored
3
.gitignore
vendored
@ -14,4 +14,5 @@ _build/
|
||||
build/
|
||||
.ipynb_checkpoints/
|
||||
dist/
|
||||
Cargo.lock
|
||||
Cargo.lock
|
||||
src/python/qubed/_version.py
|
||||
|
@ -10,6 +10,8 @@ serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
pyo3 = "0.23"
|
||||
|
||||
[package.metadata.maturin]
|
||||
version-from-git = true
|
||||
|
||||
[lib]
|
||||
name = "tree_traverser"
|
||||
|
@ -1,6 +1,9 @@
|
||||
[build-system]
|
||||
requires = ["maturin>=1.0,<2.0"]
|
||||
build-backend = "maturin"
|
||||
requires = ["maturin>=0.14", "setuptools", "setuptools-rust", "setuptools_scm"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.setuptools_scm]
|
||||
write_to = "src/python/qubed/_version.py"
|
||||
|
||||
[project]
|
||||
name = "qubed"
|
||||
|
Loading…
x
Reference in New Issue
Block a user