do fancy python packaging stuff
This commit is contained in:
parent
716a42858c
commit
5b2f99516f
15 changed files with 39 additions and 20 deletions
|
@ -48,11 +48,14 @@
|
|||
dlibrary = buildPythonApplication {
|
||||
pname = "dlibrary";
|
||||
version = "0.1";
|
||||
pyproject = true;
|
||||
propagatedBuildInputs = [
|
||||
pymupdf
|
||||
requests
|
||||
dlsite-async
|
||||
jinja2
|
||||
importlib-resources
|
||||
setuptools
|
||||
];
|
||||
src = ./.;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue