Skip to content

Commit

Permalink
Fix pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
yacchin1205 committed Dec 27, 2023
1 parent 7a3ff01 commit 5e526c3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling>=1.5.0", "jupyterlab>=4.0.0,<5", "hatch-nodejs-version>=0.3.2"]
requires = ["hatchling>=1.5.0", "jupyterlab>=4.0.0,<5", "hatch-nodejs-version>=0.3.2", "hatch-requirements-txt"]
build-backend = "hatchling.build"

[project]
Expand All @@ -21,9 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
dependencies = [
]
dynamic = ["version", "description", "authors", "urls", "keywords"]
dynamic = ["version", "dependencies", "description", "authors", "urls", "keywords"]

[project.scripts]
jupyter-nbsearch = "nbsearch.extensionapp:main"
Expand Down Expand Up @@ -77,3 +75,6 @@ before-build-python = ["jlpm clean:all"]

[tool.check-wheel-contents]
ignore = ["W002"]

[tool.hatch.metadata.hooks.requirements_txt]
files = ["requirements.txt"]

0 comments on commit 5e526c3

Please sign in to comment.