-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include flask templates in built package (#196)
* Include flask templates in built package Without this, trying to access /home results in a template not found error * Add trailing comma Co-authored-by: Erik Sundell <[email protected]> Co-authored-by: Erik Sundell <[email protected]>
- Loading branch information
1 parent
0a57873
commit c459a37
Showing
2 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
include conda_store LICENSE | ||
recursive-include conda_store_server/server/templates * | ||
prune .github | ||
global-exclude *.py[cod] __pycache__ *.so *.nix .envrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters