Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kliment/Printrun.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiro Hrončok <miro@hroncok.cz>2020-07-24 21:12:00 +0300
committerMiro Hrončok <miro@hroncok.cz>2020-07-24 21:19:00 +0300
commitf16b24d8a0939d1597f05c41f5823eef5207bb3e (patch)
tree91521182c2e6d5e0fbe892ff4d52ee3fc6901e81 /MANIFEST.in
parent0c39c4f8d260ad7de401ff8f869431ce40f5f105 (diff)
Sanitize setup.py
Related to https://github.com/kliment/Printrun/issues/921 This makes it possible to build sdists and wheels on Linux at least. Unfortunately dbus-python and wxPython have no Linux wheels, but otherwise the wheel is pip installable.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..7bd0012
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,7 @@
+include COPYING
+include README.*
+include requirements.txt
+include *.ico
+include *.icns
+recursive-include locale *.pot *.po *.mo
+recursive-include printrun *.pyx *.c *.h