fixing setup.py
This commit is contained in:
Родитель
5771e6bd63
Коммит
e6cd06fe07
2
setup.py
2
setup.py
|
@ -8,7 +8,7 @@
|
|||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
with open('README.rst') as readme_file:
|
||||
with open('README.md') as readme_file:
|
||||
readme = readme_file.read()
|
||||
|
||||
with open('HISTORY.rst') as history_file:
|
||||
|
|
Загрузка…
Ссылка в новой задаче