We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6986294 commit ff0db38Copy full SHA for ff0db38
setup.py
@@ -19,5 +19,6 @@ def read_file(file_name: str) -> str:
19
version=read_file("version.txt"),
20
package_data={"": ["*.txt"]},
21
description="QualiSystems networking IP Infusion specific Package",
22
+ long_description="QualiSystems networking IP Infusion specific Package",
23
include_package_data=True,
24
)
0 commit comments