Skip to content

Commit

Permalink
Include flask templates in built package (#196)
Browse files Browse the repository at this point in the history
* 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
yuvipanda and consideRatio authored Oct 28, 2021
1 parent 0a57873 commit c459a37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda-store-server/MANIFEST.in
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
2 changes: 2 additions & 0 deletions conda-store-server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,6 @@
"Documentation": "https://conda-store.readthedocs.io/",
"Source": "https://github.com/quansight/conda-store",
},
include_package_data=True,
zip_safe=False,
)

0 comments on commit c459a37

Please sign in to comment.