--- pyproject.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) --- 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 = "@@@" description = "The Jupyter Notebook format" license = { file = "LICENSE" } 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]