Skip to content

Commit

Permalink
setup: ensure *.ps1 scripts are included in the wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Oct 28, 2016
1 parent d6e5b87 commit 1ac93ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ include requirements.txt
include requirements-dev.txt
include requirements-docs.txt

recursive-include * *.cmd
recursive-include * *.ps1
recursive-include * *.sh

recursive-include _tests *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
entry_points={'console_scripts': ['ci_addons=ci_addons.__main__:main']},

packages=['anyci', 'appveyor', 'ci_addons', 'circle', 'travis'],
package_data={'anyci': ['*.sh'], 'appveyor': ['*.cmd'], 'travis': ['*.sh']},
include_package_data=True,
zip_safe=False,

Expand Down

0 comments on commit 1ac93ab

Please sign in to comment.