Skip to content

Commit

Permalink
Sort out some minor build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
calpaterson committed Apr 8, 2024
1 parent 7fd4fc5 commit 15d8eba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
graft csvbase/web/templates
graft csvbase/web/static
include requirements.txt
include requirements-test.txt
include csvbase/VERSION
include csvbase/data/prohibited-usernames
global-exclude *.pyc
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ dump-schema:
release: dist/csvbase-$VERSION-py3-none-any.whl

dist/csvbase-$VERSION-py3-none-any.whl: static-deps
. .venv/bin/activate; python -m pip install build==0.7.0
. .venv/bin/activate; python -m pip install build==1.2.1
. .venv/bin/activate; python -m build

0 comments on commit 15d8eba

Please sign in to comment.