Опечатка
This commit is contained in:
2
setup.py
2
setup.py
@ -5,7 +5,7 @@ from setuptools import setup, find_packages
|
||||
with open('README.rst', encoding='utf-8') as f:
|
||||
readme = f.read()
|
||||
|
||||
with open('LICENSE', encouding='utf-8') as f:
|
||||
with open('LICENSE', encoding='utf-8') as f:
|
||||
license = f.read()
|
||||
|
||||
setup(
|
||||
|
Reference in New Issue
Block a user