Skip to content

Commit

Permalink
Working on Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeldaZach committed May 1, 2020
1 parent 767df47 commit c20c30b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
include mtgjson5/resources/*
include mtgjson.properties
include README.md
include mtgjson5/resources/*
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
config_file = project_root.joinpath("mtgjson5/resources/mtgjson.properties")
config = configparser.ConfigParser()
if config_file.is_file():
config.read(config_file.open().read())

config.read(str(config_file))

setuptools.setup(
name="mtgjson5",
Expand Down

0 comments on commit c20c30b

Please sign in to comment.