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 --- COPYING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'COPYING') diff --git a/COPYING b/COPYING index 21ac6185..820f7fba 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (c) 2010-2014 Florent Le Coz and Mathieu Pasquet +Copyright (c) 2010-2015 Florent Le Coz and Mathieu Pasquet This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages -- cgit v1.2.3