Skip to content

Commit

Permalink
Fixed packaging error, added things to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed Feb 17, 2016
1 parent 3c62ea5 commit 505baf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ pretix.cfg
*.sqlite
.cache
static.dist/
build/
dist/
*.egg-info/

1 change: 1 addition & 0 deletions src/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ recursive-include pretix/static.dist *
recursive-include pretix/locale *
recursive-include pretix/base/templates *
recursive-include pretix/control/templates *
recursive-include pretix/presale/templates *
recursive-include pretix/plugins/banktransfer/templates *
recursive-include pretix/plugins/paypal/templates *
recursive-include pretix/plugins/pretixdroid/templates *
Expand Down

0 comments on commit 505baf1

Please sign in to comment.