aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorGabriel Pérez-Cerezo <gabriel@gpcf.eu>2017-10-10 12:22:58 +0200
committerGabriel Pérez-Cerezo <gabriel@gpcf.eu>2017-10-10 12:22:58 +0200
commite556881560d47d1ac79034da99253f1c9c84c92b (patch)
tree5ae8b934d2b4b3f468c466521597c6ebf1628a7c /MANIFEST.in
parentc9c7d389c45815e1b7abd7bea7dc5093a3630ea2 (diff)
downloadmensa-e556881560d47d1ac79034da99253f1c9c84c92b.tar.gz
mensa-e556881560d47d1ac79034da99253f1c9c84c92b.tar.bz2
mensa-e556881560d47d1ac79034da99253f1c9c84c92b.zip
Added setup.py file for easy installation
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..a71a50d
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,4 @@
+include mensa/frontends/*.py
+include mensa/frontends/*.yapsy-plugin
+include mensa/backends/*.py
+include mensa/backends/*.yapsy-plugin \ No newline at end of file