Опечатка

This commit is contained in:
Andrei Astafev 2019-07-04 12:45:36 +03:00
parent c2543e1f88
commit e2ba4f4dcc

View File

@ -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(