Skip to content

Commit 47122b5

Browse files
committed
chore/ADMIN: fix content type
1 parent 06203ac commit 47122b5

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
@@ -34,7 +34,7 @@ def read_requirements(filename):
3434
install_requires=requirements,
3535
license="GPL-3.0 License",
3636
long_description=README,
37-
long_description_content_type="text/x-rst",
37+
# long_description_content_type="text/x-rst",
3838
url="https://github.com/interactions-py/library",
3939
packages=find_packages(),
4040
include_package_data=True,

0 commit comments

Comments
 (0)