You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
836 B
28 lines
836 B
1 month ago
|
diff -up nbformat-5.8.0/pyproject.toml.build-test nbformat-5.8.0/pyproject.toml
|
||
|
--- nbformat-5.8.0/pyproject.toml.build-test 2020-02-01 17:00:00.000000000 -0700
|
||
|
+++ nbformat-5.8.0/pyproject.toml 2023-05-28 17:02:35.912729567 -0600
|
||
|
@@ -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 = "{VERSION}"
|
||
|
description = "The Jupyter Notebook format"
|
||
|
license = { file = "LICENSE" }
|
||
|
keywords = ["Interactive", "Interpreter", "Shell", "Web"]
|
||
|
@@ -59,9 +59,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]
|
||
|
|