Skip to content

Commit 41e5c22

Browse files
Fix long description
1 parent e78a452 commit 41e5c22

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,7 @@ def read_file(file_name: str) -> str:
2626
package_data={"": ["*.txt"]},
2727
include_package_data=True,
2828
entry_points={"console_scripts": ["tc = scripts.cli:cli"]},
29+
description="Cloudshell TC scripts",
30+
long_description="TC scripts for automation tests",
31+
long_description_content_type="text/x-rst",
2932
)

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.1.2
1+
4.1.3

0 commit comments

Comments
 (0)