diff --git a/setup.py b/setup.py index e8ba174..4662b66 100644 --- a/setup.py +++ b/setup.py @@ -6,8 +6,8 @@ version='0.1.9', license='GPL', description='A powerful messaging platform for modern developers', - # long_description = file: README.md - # long_description_content_type = text/markdown; charset=UTF-8; variant=GF + long_description = 'file: README.md', + long_description_content_type = 'text/markdown; charset=UTF-8; variant=GF', readme="README.md", author='Memphis.dev', author_email='team@memphis.dev', @@ -30,4 +30,4 @@ 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', ], -) \ No newline at end of file +)