From 0e4710b9c26f2945692645a64ed8d64c74ce9f79 Mon Sep 17 00:00:00 2001 From: FA ReTek Date: Wed, 30 Oct 2024 23:01:15 +0000 Subject: [PATCH] reverted long desc --- setup.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index a885643..9145cd8 100644 --- a/setup.py +++ b/setup.py @@ -5,8 +5,8 @@ remote_version = subprocess.run(['git', 'describe', '--tags'], stdout=subprocess.PIPE).stdout.decode('utf-8').strip() assert '.' in remote_version -with open('README.md', 'r', encoding="utf-8") as readme: - long_description = readme.read() +# with open('README.md', 'r', encoding="utf-8") as readme: +# long_description = readme.read() print(remote_version) @@ -19,5 +19,8 @@ author='faretek1', author_email='', description='A parser for all things sb3', - long_description=long_description + long_description= + """ + A parser for all things sb3! This is a module made by faretek1 on scratch + """ )