Skip to content

Commit

Permalink
Merge pull request #789 from blink1073/use-hatch
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored May 17, 2022
2 parents d2784ad + 27a89c5 commit dc34d00
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down Expand Up @@ -31,7 +32,6 @@ dependencies = [
"tornado>=6.0",
"traitlets",
]
dynamic = [ "version",]

[[project.authors]]
name = "Jupyter Development Team"
Expand Down Expand Up @@ -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 = [
Expand Down

0 comments on commit dc34d00

Please sign in to comment.