From 14b58c528e630ad8528099525f59e896a1cdaec2 Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 10 Feb 2015 17:40:53 +0100 Subject: Update setup files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- MANIFEST.in | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 MANIFEST.in (limited to 'MANIFEST.in') 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/ * -- cgit v1.2.3