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

Commit c2e6606

Browse files
committed
Fix: Correctly specify entry_points for newer Poetry.
1 parent 926b023 commit c2e6606

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rsmanage/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
install_requires=["click"],
88
entry_points="""
99
[console_scripts]
10-
rsmanage=rsmanage:cli
10+
rsmanage=rsmanage.rsmanage:cli
1111
""",
1212
)

0 commit comments

Comments
 (0)