Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
Fixes #89: Moved README to project root to be included in sdist.
Browse files Browse the repository at this point in the history
  • Loading branch information
hSaria committed May 21, 2020
1 parent 770aa88 commit e9efb5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
REQUIRES_PYTHON = '>=3.5.0'

with open('.github/README.md', 'r') as f:
with open('README.md', 'r') as f:
LONG_DESCRIPTION = f.read()

setup(
Expand Down

0 comments on commit e9efb5f

Please sign in to comment.