Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunter2809 authored Nov 13, 2021
1 parent fe2e869 commit b81820f
Showing 1 changed file with 2 additions and 1 deletion.
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 b81820f

Please sign in to comment.