Include manage.py in Bookwyrm package
This commit is contained in:
parent
7ea3ea8364
commit
bf543612e5
1 changed files with 4 additions and 0 deletions
|
@ -133,6 +133,10 @@ mkDerivation {
|
|||
cp -r $src/bookwyrm $out/lib/python3.11/site-packages/
|
||||
cp -r $src/celerywyrm $out/lib/python3.11/site-packages/
|
||||
|
||||
# Python scripts
|
||||
|
||||
cp $src/manage.py $out/lib/python3.11/
|
||||
|
||||
# Executables
|
||||
|
||||
cat <<- EOF > $out/bin/bookwyrm
|
||||
|
|
Loading…
Add table
Reference in a new issue