Mention autotest in setup.py, update template files
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Tue, 2 Oct 2018 08:36:33 +0000 (10:36 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Mon, 8 Oct 2018 07:29:02 +0000 (09:29 +0200)
setup.py

index 863e765..4eec518 100644 (file)
--- 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',