summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2015-02-10 17:40:53 +0100
committermathieui <mathieui@mathieui.net>2015-02-10 21:08:36 +0100
commit14b58c528e630ad8528099525f59e896a1cdaec2 (patch)
treee63447f6c4b346e536e07aa08e2c21b7cfdd44d1 /MANIFEST.in
parentc38cddd0ff0fb6e23538131e0d844cf159852c73 (diff)
downloadpoezio-14b58c528e630ad8528099525f59e896a1cdaec2.tar.gz
poezio-14b58c528e630ad8528099525f59e896a1cdaec2.tar.bz2
poezio-14b58c528e630ad8528099525f59e896a1cdaec2.tar.xz
poezio-14b58c528e630ad8528099525f59e896a1cdaec2.zip
Update setup files
- remove “make uninstall” target which was broken a long time ago - move very install action to the setup.py (alias “make install” to “python setup.py install” - add some stuff to “make clean” - update the config.py to search the default config file using pkg_resources (more reliable than dirname(__file__)) - install the html doc only if available - use README.rst for the setup.py long_description - also, update the copyright notice to 2015
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
deleted file mode 100644
index c52d5166..00000000
--- a/MANIFEST.in
+++ /dev/null
@@ -1,4 +0,0 @@
-include src/default_config.cfg
-include data/default_config.cfg
-include data/poezio.1
-recursive-include data/ *