Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
reverted long desc
Browse files Browse the repository at this point in the history
  • Loading branch information
FAReTek1 committed Oct 30, 2024
1 parent 5aecbbb commit 0e4710b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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
"""
)

0 comments on commit 0e4710b

Please sign in to comment.