fix package

This commit is contained in:
Denis Lehmann 2022-04-24 20:47:14 +02:00
parent 311a65b465
commit 60ccb11a63
2 changed files with 4 additions and 1 deletions

3
MANIFEST.in Normal file
View file

@ -0,0 +1,3 @@
graft raincloud/static
graft raincloud/templates
global-exclude *.pyc

View file

@ -12,7 +12,7 @@
let
system = config.nixpkgs.localSystem.system;
python = nixpkgs.legacyPackages.${system}.python;
python = nixpkgs.legacyPackages.${system}.python3Packages.python;
flask = nixpkgs.legacyPackages.${system}.python3Packages.flask;
gunicorn = nixpkgs.legacyPackages.${system}.python3Packages.gunicorn;
raincloud = self.packages.${system}.raincloud;