1
Fork 0

trying more fixes

This commit is contained in:
Jake Howard 2015-12-10 13:32:35 +00:00
parent b57da8d095
commit 121b4ddeb0
2 changed files with 10 additions and 9 deletions

View file

@ -9,6 +9,7 @@ except:
DETAILS = None
with open('details.json') as file:
DETAILS = json_load(file)
setup(
name = DETAILS['name'],
packages = DETAILS['packages'],