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

Commit

Permalink
auto long desc
Browse files Browse the repository at this point in the history
  • Loading branch information
FAReTek1 committed Oct 30, 2024
1 parent 05ec0c8 commit bb28b75
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,19 @@
# 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)

setup(
name='sbeditor',
version="v0.0.0-beta.5",
version="v0.0.0-beta.6",
packages=['sbeditor'],
url='https://github.com/FAReTek1/sbeditor',
license='MIT',
author='faretek1',
author_email='',
description='A parser for all things sb3',
long_description=
"""
A parser for all things sb3! This is a module made by faretek1 on scratch
"""
long_description=long_description
)

0 comments on commit bb28b75

Please sign in to comment.