From e2ba4f4dcc96ed3a35adacdad28fec84f4a000c9 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Thu, 4 Jul 2019 12:45:36 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=BF=D0=B5=D1=87=D0=B0=D1=82=D0=BA?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(