Skip to content

Commit

Permalink
add readme to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAName320 committed Mar 24, 2024
1 parent fc612cb commit 398216d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,16 @@
"""

from setuptools import setup
from pathlib import Path
this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()


setup(name='yatgl',
version='0.0.1',
version='0.0.2',
description='An asynchronous NationStates Telegram API library.',
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/NotAName320/yatgl',
author='Nota',
license='GPLv3',
Expand Down

0 comments on commit 398216d

Please sign in to comment.