Add thing to fix wheel

This commit is contained in:
Seb 2020-05-28 14:40:25 +10:00
parent f8257ea741
commit 7848847518
2 changed files with 5 additions and 1 deletions

3
.gitignore vendored
View File

@ -10,4 +10,5 @@ birdsongtestbed/static
.idea
.DS_Store
.vscode
build/
build/
.eggs

View File

@ -23,6 +23,9 @@ setup(
'wagtail>=2.7',
'django-mjml',
],
setup_requires=[
'wheel'
],
zip_safe=False,
license='BSD License',