Skip to content

Commit

Permalink
fix: missing dev.txt file in pypi package
Browse files Browse the repository at this point in the history
Close #943.
  • Loading branch information
regisb committed Nov 17, 2023
1 parent 01971f5 commit 66fce06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include requirements/base.in
include requirements/plugins.txt
include requirements/dev.txt
recursive-include tutor/templates *
include tutor/py.typed
1 change: 1 addition & 0 deletions changelog.d/20231117_102830_regis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [Bugfix] Fix installation of tutor due to missing dev.txt file in Python package. (by @regisb)

0 comments on commit 66fce06

Please sign in to comment.