Skip to content

Commit a8f8439

Browse files
authored
Merge pull request #14 from doronbehar/no-setuptools_scm
Don't use setuptools_scm & specify version manually
2 parents 1bc29ae + 0f8e100 commit a8f8439

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[build-system]
2-
requires = ["setuptools >= 30.3.0", "wheel", "setuptools_scm[toml]>=6.2"]
2+
requires = ["setuptools >= 30.3.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pyrp3"
7+
version = "2.0.1"
78
description = "Python utilities for RedPitaya"
8-
dynamic = ["version"]
99
authors = [
1010
{ name = "Pierre Cladé", email = "[email protected]" },
1111
{ name = "Benjamin Wiegand", email = "[email protected]" },
@@ -41,14 +41,11 @@ dev = [
4141
"flake8>=5.0.4",
4242
"isort>=5.10.1",
4343
"flake8-pyproject>=1.2.3",
44-
"setuptools_scm>=6.2",
4544
]
4645

4746
[tool.setuptools]
4847
packages = ["pyrp3"]
4948

50-
[tool.setuptools_scm]
51-
5249
[project.urls]
5350
homepage = "https://github.com/linien-org/pyrp3/"
5451
repository = "https://github.com/linien-org/pyrp3/"

0 commit comments

Comments
 (0)