Skip to content

Commit c916683

Browse files
authored
Merge pull request #150 from Hunter2807/master
Update setup.py
2 parents fe2e869 + 4b9338f commit c916683

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> A Discord RPC library in Python? Looks like you've come to the right place.
1+
> A Discord Rich Presence Client in Python? Looks like you've come to the right place.
22
33
Written by: [qwertyquerty](https://github.com/qwertyquerty)
44

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from setuptools import setup
2+
import pypresence
23

34
# Use README for the PyPI page
45
with open('README.md') as f:
@@ -8,7 +9,7 @@
89
setup(name='pypresence',
910
author='qwertyquerty',
1011
url='https://github.com/qwertyquerty/pypresence',
11-
version='4.2.1',
12+
version=pypresence.__version__,
1213
packages=['pypresence'],
1314
python_requires='>=3.5',
1415
platforms=['Windows', 'Linux', 'OSX'],

0 commit comments

Comments
 (0)