Skip to content

Commit

Permalink
Add default file to package data
Browse files Browse the repository at this point in the history
  • Loading branch information
panzarino committed Mar 25, 2016
1 parent 29b5c03 commit af1c51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
],
platforms='ANY',
packages=['mlbgame'],
package_data={'mlbgame': ['gameday-data/*/*/*/*.xml.gz']},
package_data={'mlbgame': ['gameday-data/*/*/*/*.xml.gz', 'gameday-data/default.xml']},
data_files=[('docs', ['README.md', 'LICENSE', 'description.rst'])],
scripts=['scripts/mlbgame-update'],
install_requires=['lxml'],
Expand Down

0 comments on commit af1c51f

Please sign in to comment.