Skip to content

Commit 0a6d1ae

Browse files
committed
add console script
1 parent 7ea72ea commit 0a6d1ae

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ def read_file(file_name: str) -> str:
2424
version=read_file("version.txt"),
2525
package_data={"": ["*.txt"]},
2626
include_package_data=True,
27+
entry_points={"console_scripts": ["cloudshell-tc-scripts = scripts.cli:cli"]},
2728
)

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.1

0 commit comments

Comments
 (0)