Skip to content

Commit

Permalink
set data path
Browse files Browse the repository at this point in the history
  • Loading branch information
mugoh committed Mar 10, 2020
1 parent f86528c commit 3021766
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions setup.py
Expand Up @@ -2,11 +2,14 @@

with open("README.md", "r") as fh:
long_description = fh.read()
data = ['beacon', 'bee_hive', 'blinker', ' block', 'boat', 'diehard', ' glider', ' glider__',
'gosper_glider_gun', '__init__.py', 'loaf' 'pulsar', 'r_pentominoi', 'toad', 'tub']

data = ['beacon', 'bee_hive', 'blinker', ' block', 'boat',
'diehard', ' glider', ' glider__',
'gosper_glider_gun', '__init__.py', 'loaf',
'pulsar', 'r_pentominoi', 'toad', 'tub']

setuptools.setup(
name="game-of-life-MUGOH",
# include_package_data=True,
version="0.0.11",
include_package_data=True,
package_data={'game_of_life': ['game_of_life/.data/*']},
Expand Down

0 comments on commit 3021766

Please sign in to comment.