Skip to content

Commit

Permalink
Merge pull request #19 from tm-kn/chore/make-install-working
Browse files Browse the repository at this point in the history
Make flit install succeed
  • Loading branch information
tomusher authored Nov 16, 2023
2 parents 19e73cf + f97c2c1 commit 26d3420
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ classifiers = [
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Framework :: Django :: 5.1",
"Framework :: Wagtail",
"Framework :: Wagtail :: 4",
"Framework :: Wagtail :: 5",
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ basepython = python3.10

deps =
wagtail>=5.1
.[testing]

commands_pre =
python {toxinidir}/testmanage.py makemigrations
Expand Down

0 comments on commit 26d3420

Please sign in to comment.