Skip to content

Commit

Permalink
Use hatch for example projects (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Aug 9, 2022
1 parent 1c8ff5b commit 88856f6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions metakernel_echo/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
requires = ["hatchling >=1.5"]
build-backend = "hatchling.build"

[project]
name = "metakernel_echo"
Expand All @@ -21,3 +21,6 @@ content-type = "text/plain"

[project.urls]
Homepage = "https://github.com/calysto/metakernel/tree/main/metakernel_echo"

[tool.hatch.version]
path = "metakernel_echo.py"
7 changes: 5 additions & 2 deletions metakernel_python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
requires = ["hatchling >= 1.5"]
build-backend = "hatchling.build"

[project]
name = "metakernel_python"
Expand All @@ -21,3 +21,6 @@ content-type = "text/plain"

[project.urls]
Homepage = "https://github.com/calysto/metakernel/tree/main/metakernel_python"

[tool.hatch.version]
path = "metakernel_python.py"

0 comments on commit 88856f6

Please sign in to comment.