This commit is contained in:
Ashkan Aazami 2020-02-13 13:41:41 -08:00 коммит произвёл GitHub
Родитель e6cd06fe07
Коммит 98ee1bd8f7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -11,9 +11,6 @@ from setuptools import setup
with open('README.md') as readme_file:
readme = readme_file.read()
with open('HISTORY.rst') as history_file:
history = history_file.read().replace('.. :changelog:', '')
requirements = [
# TODO: put package requirements here
]