From 27a89c533c436e001790deced4748ba659f522af Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 17 May 2022 10:41:48 -0500 Subject: [PATCH] use hatch backend --- pyproject.toml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d3af81eb5..0ba47d9ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,10 @@ [build-system] -requires = ["flit_core >=3.2,<4"] -build-backend = "flit_core.buildapi" +requires = ["hatchling>=0.25"] +build-backend = "hatchling.build" [project] name = "jupyter_client" +version = "7.3.1" description = "Jupyter protocol implementation and client libraries" keywords = [ "Interactive", "Interpreter", "Shell", "Web",] classifiers = [ @@ -31,7 +32,6 @@ dependencies = [ "tornado>=6.0", "traitlets", ] -dynamic = [ "version",] [[project.authors]] name = "Jupyter Development Team" @@ -103,6 +103,9 @@ tag_template = "v{new_version}" [[tool.tbump.file]] src = "jupyter_client/_version.py" +[[tool.tbump.file]] +src = "pyproject.toml" + [tool.pytest.ini_options] addopts = "-raXs --durations 10 --color=yes --doctest-modules" testpaths = [