From ddf53b0f10fa9e92c697667bafe62c75dd3aa2e9 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Thu, 13 Dec 2018 17:09:12 -0800 Subject: Remove utf-8 comments to fix a problem with Python 2 --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 784bd16..cec715f 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - """wikiget2 Simple wget clone for downloading files from Wikimedia sites. Copyright (C) 2018 Cody Logan; licensed GPLv3+ @@ -15,7 +13,7 @@ with open(path.join(here, "README.md"), "r") as fr: long_description = fr.read() version = {} -with open("wikiget/version.py") as fv: +with open("wikiget/version.py", "r") as fv: exec(fv.read(), version) setup( -- cgit v1.2.3