Skip to content

Commit

Permalink
Merge pull request #150 from Hunter2807/master
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
TheSpookyCat authored Nov 13, 2021
2 parents fe2e869 + 4b9338f commit c916683
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
> A Discord RPC library in Python? Looks like you've come to the right place.
> A Discord Rich Presence Client in Python? Looks like you've come to the right place.
Written by: [qwertyquerty](https://github.com/qwertyquerty)

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from setuptools import setup
import pypresence

# Use README for the PyPI page
with open('README.md') as f:
Expand All @@ -8,7 +9,7 @@
setup(name='pypresence',
author='qwertyquerty',
url='https://github.com/qwertyquerty/pypresence',
version='4.2.1',
version=pypresence.__version__,
packages=['pypresence'],
python_requires='>=3.5',
platforms=['Windows', 'Linux', 'OSX'],
Expand Down

0 comments on commit c916683

Please sign in to comment.