Skip to content

Commit

Permalink
fix readme render for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
spyoungtech authored Feb 12, 2021
1 parent 93ec761 commit aebd251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
test_requirements = ['pytest']
extras = {'test': test_requirements}

with open('README.md', encoding='utf-8') as f:
with open('docs/README.md', encoding='utf-8') as f:
long_description = f.read()


setup(
name='pyclip',
version='0.5.3',
version='0.5.4',
license='Apache',
url='https://github.com/spyoungtech/pyclip',
description='Cross-platform clipboard utilities supporting both binary and text data.',
Expand Down

0 comments on commit aebd251

Please sign in to comment.