Skip to content

Commit 3015301

Browse files
committed
Change build-system to hatchlig
1 parent 2db4194 commit 3015301

1 file changed

Lines changed: 9 additions & 13 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
2-
requires = ["setuptools", "setuptools-scm"]
3-
build-backend = "setuptools.build_meta"
2+
requires = ["hatchling>=0.25.1", "hatch-vcs"]
3+
build-backend = "hatchling.build"
44

55
[project]
66
name = "emport"
@@ -17,16 +17,12 @@ classifiers = [
1717
"Programming Language :: Python :: 3.12",
1818
"Programming Language :: Python :: 3.13",
1919
]
20-
dependencies = [
21-
'Logbook>=0.11.0',
22-
]
23-
version = "1.3.1"
24-
authors = [
25-
{ name = "Rotem Yaari", email = "vmalloc@gmail.com" },
26-
]
20+
dependencies = ['Logbook>=0.11.0']
21+
dynamic = ["version"]
22+
authors = [{ name = "Rotem Yaari", email = "vmalloc@gmail.com" }]
2723

2824
[project.optional-dependencies]
29-
testing = [
30-
"pytest",
31-
"dessert>=1.5.0",
32-
]
25+
testing = ["pytest", "dessert>=1.5.0"]
26+
27+
[tool.hatch.version]
28+
source = "vcs"

0 commit comments

Comments
 (0)