Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 00495f9

Browse files
committed
Fix: Correct package name for docker-tools.
1 parent d4b4466 commit 00495f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
version="0.1",
99
install_requires=["click"],
1010
py_modules=["docker_tools"],
11-
entry_points={"console_scripts": ["docker-tools = docker_tools.docker_tools:cli"]},
11+
entry_points={"console_scripts": ["docker-tools = docker.docker_tools:cli"]},
1212
)

0 commit comments

Comments
 (0)