Skip to content

Commit

Permalink
Use simple hatch
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed May 16, 2022
1 parent 9bd9bdc commit 1c7baf3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions 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 >=0.25"]
build-backend = "hatchling.build"

[project]
name = "jupyter_server"
Expand Down Expand Up @@ -97,9 +97,6 @@ filterwarnings = [
"ignore:run_pre_save_hook is deprecated:DeprecationWarning"
]

[tool.flit.sdist]
include = ["tests/"]

[tool.jupyter-releaser]
skip = ["check-links"]

Expand Down

0 comments on commit 1c7baf3

Please sign in to comment.