fix: missing dev.txt file in pypi package

Close #943.
This commit is contained in:
Régis Behmo 2023-11-17 10:29:24 +01:00
parent 01971f572b
commit 66fce06e44
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
include requirements/base.in
include requirements/plugins.txt
include requirements/dev.txt
recursive-include tutor/templates *
include tutor/py.typed

View File

@ -0,0 +1 @@
- [Bugfix] Fix installation of tutor due to missing dev.txt file in Python package. (by @regisb)