Typo error
This commit is contained in:
parent
f1cca97647
commit
0e93705e19
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -16,7 +16,7 @@ install_requires = [
|
|||
from os import path
|
||||
|
||||
this_directory = path.abspath(path.dirname(__file__))
|
||||
with open(path.join(this_directory, "README.rst")) as f:
|
||||
with open(path.join(this_directory, "README.md")) as f:
|
||||
long_description = f.read()
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Reference in a new issue