Skip to content

Commit 18c9461

Browse files
authored
update content type in setup file (#46)
* update setup.py content type
1 parent 4547fb3 commit 18c9461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"The kit contains the API library project, "
1313
"and sample projects demonstrating the capabilities of the library. "
1414
"The kit is python 2 and 3 compatible code.",
15-
long_description_content_type="text",
15+
long_description_content_type="text/plain",
1616
url="https://github.com/CheckPointSW/cp_mgmt_api_python_sdk.git",
1717
packages=setuptools.find_packages(),
1818
classifiers=[

0 commit comments

Comments
 (0)