From: Christian Herdtweck Date: Tue, 2 Oct 2018 08:36:33 +0000 (+0200) Subject: Mention autotest in setup.py, update template files X-Git-Tag: v1.3~19^2~2 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=ff6b1fe5c4b6a911984819cdf36968ce904b2cb6;p=pyi2ncommon Mention autotest in setup.py, update template files --- diff --git a/setup.py b/setup.py index 863e765..4eec518 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup(name='pyi2ncommon', version='1.2', description='Intra2net library of common helper utilities', long_description='Various modules used in several places within ' - 'Intra2net code', + 'Intra2net code, including Autotest', author='Intra2net AG', author_email='info@intra2net.com', url='http://www.intra2net.com', @@ -37,7 +37,7 @@ setup(name='pyi2ncommon', # however, when using build_and_install, they get installed, so leave # them out (developers have source tree from git anyway) #data_files=['check.sh', - # 'test/disc_filler_test.py', 'test/template.py', + # 'templates/template.py', 'templates/test_template.py', # 'doc/index.rst', 'doc/modules.rst', 'doc/conf.py', # 'doc/about_docu.rst'], license='GPLv2 + linking exception',