Skip to content

Commit

Permalink
Change build-system to hatchlig
Browse files Browse the repository at this point in the history
  • Loading branch information
ayalash committed Oct 13, 2024
1 parent 2db4194 commit 3015301
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"
requires = ["hatchling>=0.25.1", "hatch-vcs"]
build-backend = "hatchling.build"

[project]
name = "emport"
Expand All @@ -17,16 +17,12 @@ classifiers = [
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
dependencies = [
'Logbook>=0.11.0',
]
version = "1.3.1"
authors = [
{ name = "Rotem Yaari", email = "[email protected]" },
]
dependencies = ['Logbook>=0.11.0']
dynamic = ["version"]
authors = [{ name = "Rotem Yaari", email = "[email protected]" }]

[project.optional-dependencies]
testing = [
"pytest",
"dessert>=1.5.0",
]
testing = ["pytest", "dessert>=1.5.0"]

[tool.hatch.version]
source = "vcs"

0 comments on commit 3015301

Please sign in to comment.