summaryrefslogtreecommitdiff
path: root/dev-python/nbformat/files/nbformat-5.7.1-no-node.patch
blob: e88cc8cdd5222430480918d5835d54ca5cf72af4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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]