mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-05-27 13:47:29 -07:00
28 lines
719 B
Diff
28 lines
719 B
Diff
diff --git a/pyproject.toml b/pyproject.toml
|
|
index e30d156..97e57de 100644
|
|
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -1,10 +1,10 @@
|
|
[build-system]
|
|
-requires = ["hatchling>=1.5", "hatch-nodejs-version"]
|
|
+requires = ["hatchling>=1.5"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project]
|
|
name = "nbformat"
|
|
-dynamic = ["version"]
|
|
+version = "5.7.1"
|
|
description = "The Jupyter Notebook format"
|
|
license = { file = "COPYING.md" }
|
|
keywords = ["Interactive", "Interpreter", "Shell", "Web"]
|
|
@@ -58,9 +58,6 @@ test = [
|
|
[project.scripts]
|
|
jupyter-trust = "nbformat.sign:TrustNotebookApp.launch_instance"
|
|
|
|
-[tool.hatch.version]
|
|
-source = "nodejs"
|
|
-
|
|
[tool.hatch.envs.docs]
|
|
features = ["docs"]
|
|
[tool.hatch.envs.docs.scripts]
|