We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe2e869 + 4b9338f commit c916683Copy full SHA for c916683
README.md
@@ -1,4 +1,4 @@
1
-> 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.
2
3
Written by: [qwertyquerty](https://github.com/qwertyquerty)
4
setup.py
@@ -1,4 +1,5 @@
from setuptools import setup
+import pypresence
# Use README for the PyPI page
5
with open('README.md') as f:
@@ -8,7 +9,7 @@
8
9
setup(name='pypresence',
10
author='qwertyquerty',
11
url='https://github.com/qwertyquerty/pypresence',
- version='4.2.1',
12
+ version=pypresence.__version__,
13
packages=['pypresence'],
14
python_requires='>=3.5',
15
platforms=['Windows', 'Linux', 'OSX'],
0 commit comments