Skip to content

Commit

Permalink
Manually add the docker files to manifest file
Browse files Browse the repository at this point in the history
Otherwise the *.* glob does not match them
  • Loading branch information
rolandgeider committed Apr 5, 2017
1 parent c6df76f commit 8462b18
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion MANIFEST.in
@@ -1,17 +1,20 @@
# Files in root folder
include README.rst
include AUTHORS.txt
include AGPL.txt
include CC-BY-SA.txt
include requirements.txt
include requirements_devel.txt

# Application folder as well as extras
recursive-include extras *.*
recursive-include wger *.*
recursive-exclude wger *.pyc
recursive-exclude wger *.swp
recursive-exclude wger *~
include extras/docker/*/Dockerfile

# added by check_manifest.py
# Documentation
recursive-include docs *.bat
recursive-include docs *.py
recursive-include docs *.rst
Expand Down

0 comments on commit 8462b18

Please sign in to comment.