Skip to content

Commit ff0db38

Browse files
authored
Update setup.py
Fix for long description in setup.py
1 parent 6986294 commit ff0db38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ def read_file(file_name: str) -> str:
1919
version=read_file("version.txt"),
2020
package_data={"": ["*.txt"]},
2121
description="QualiSystems networking IP Infusion specific Package",
22+
long_description="QualiSystems networking IP Infusion specific Package",
2223
include_package_data=True,
2324
)

0 commit comments

Comments
 (0)