Skip to content

Commit

Permalink
fix build again
Browse files Browse the repository at this point in the history
  • Loading branch information
itsthejoker committed Sep 4, 2022
1 parent f065af5 commit 19b1aee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
setup:
rm -rf blossom/static/
poetry run python manage.py collectstatic --noinput --settings=blossom.settings.testing > /dev/null
# poetry2setup is currently broken due to a deprecation in poetry. See https://github.com/abersheeran/poetry2setup/pull/1
# poetry run poetry2setup > setup.py
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "blossom"
version = "0.0.0"
description = "The site!"
authors = ["Grafeas Group Ltd. <devs@grafeas.org>"]
include = ["blossom/static/*"]

[tool.poetry.dependencies]
python = "^3.8"
Expand Down

0 comments on commit 19b1aee

Please sign in to comment.