Skip to content

Commit

Permalink
removed unnecessary vars from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Dec 15, 2023
1 parent a5f25f9 commit 63db5ef
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,14 @@
lines = (x.strip() for x in f.read().splitlines())
requirements = [x for x in lines if x and not x.startswith('#')]

VERSION = '2023.9.4'
DESCRIPTION = 'An asynchronous Python wrapper for the Minecraft Server Status API.'

# Setup.
setup(
name='api.mcsrvstat.py',
version=VERSION,
version='2023.12.16',
author='HitBlast',
author_email='<[email protected]>',
url='https://github.com/hitblast/api.mcsrvstat.py',
description=DESCRIPTION,
description='An asynchronous Python wrapper for the Minecraft Server Status API.',
long_description_content_type='text/markdown',
long_description=long_description,
packages=find_packages(),
Expand Down

0 comments on commit 63db5ef

Please sign in to comment.