Skip to content

Commit

Permalink
Merge pull request #19 from spotinst/BGD-4696-4.1.x-ocean
Browse files Browse the repository at this point in the history
hatch allow direct references
  • Loading branch information
sigmarkarl authored Feb 12, 2024
2 parents c1a962c + a074c35 commit ea68b6c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "jupyterlab"
description = "JupyterLab computational environment"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.8"
requires-python = ">=3.11"
authors = [
{ name = "Jupyter Development Team", email = "[email protected]" },
]
Expand Down Expand Up @@ -54,6 +54,9 @@ dynamic = [
"version",
]

[tool.hatch.metadata]
allow-direct-references = true

[project.scripts]
jlpm = "jupyterlab.jlpmapp:main"
jupyter-lab = "jupyterlab.labapp:main"
Expand Down

0 comments on commit ea68b6c

Please sign in to comment.