Skip to content

Commit

Permalink
fixed setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
benmaddison committed Nov 23, 2016
1 parent 7868a57 commit 425586e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
@@ -1,4 +1,5 @@
from setuptools import setup, find_packages
from codecs import open

version = open('packaging/VERSION').read().strip()
requirements = open('packaging/requirements.txt').read().split("\n")
Expand Down

0 comments on commit 425586e

Please sign in to comment.