Description: exclude definitions from setup.py installation
 These YAML files are now going into a separate binary package and do not need
 to come with the pybuild-generated packages.
Author: Sascha Steinbiss <satta@debian.org>
Forwarded: not-needed

--- a/setup.py
+++ b/setup.py
@@ -236,13 +236,6 @@
     package_dir={
         'artifacts': 'artifacts'
     },
-    scripts=glob.glob(os.path.join('tools', '[a-z]*.py')),
-    data_files=[
-        ('share/artifacts', glob.glob(
-            os.path.join('data', '*'))),
-        ('share/doc/artifacts', [
-            'ACKNOWLEDGEMENTS', 'AUTHORS', 'LICENSE', 'README']),
-    ],
     install_requires=parse_requirements_from_file('requirements.txt'),
     tests_require=parse_requirements_from_file('test_requirements.txt'),
 )
