Skip to content

Commit 0ff4360

Browse files
committed
changes
1 parent 83b7b71 commit 0ff4360

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ keywords = [
4444
dev = ["black", "ruamel.yaml", "pytest", "pytest-cov"]
4545

4646
[project.entry-points.jupyter_serverproxy_servers]
47-
pgadmin = "jupyter-pgadmin-proxy:run_app"
47+
pgadmin = "jupyter_pgadmin_proxy:run_app"
4848

4949

5050
[tool.hatch.build.targets.wheel]
51-
packages = ["src/jupyter-pgadmin-proxy"]
51+
packages = ["src/jupyter_pgadmin_proxy"]
5252

5353
[tool.hatch.build]
5454
sources = ["src"]
@@ -60,4 +60,4 @@ artifacts = [
6060
artifacts = []
6161
exclude = [".github", "setup", "Makefile", "docker-compose.yml"]
6262

63-
[tool.hatch.build.targets.jupyter-pgadmin-proxy]
63+
[tool.hatch.build.targets.jupyter_pgadmin_proxy]
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)