Опечатка
This commit is contained in:
parent
c2543e1f88
commit
e2ba4f4dcc
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:
|
with open('README.rst', encoding='utf-8') as f:
|
||||||
readme = f.read()
|
readme = f.read()
|
||||||
|
|
||||||
with open('LICENSE', encouding='utf-8') as f:
|
with open('LICENSE', encoding='utf-8') as f:
|
||||||
license = f.read()
|
license = f.read()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
Loading…
Reference in New Issue
Block a user