Skip to content

Commit

Permalink
Troubles with data files
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-guru committed May 8, 2019
1 parent 6323100 commit e15b709
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@
__pycache__/
*.pyc

## Setuptools
dist/
build/
*.egg-info/
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
graft ponysay
recursive-include ponies *.pony
recursive-include quotes *.[1-9]*
recursive-include balloons *.say
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ def run(self):
python_requires=REQUIRES_PYTHON,
url=URL,
packages=['ponysay'],
scripts=['ricksay','mortycry'],
data_files=['balloons','ponies','quotes'],
scripts=['ricksay', 'mortycry'],

install_requires=REQUIRED,
extras_require=EXTRAS,
Expand Down

0 comments on commit e15b709

Please sign in to comment.