diff --git a/setup.py b/setup.py index bcd233e..9da85a9 100644 --- a/setup.py +++ b/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(