aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 1 insertions, 3 deletions
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(