File: remove-scripts.patch

package info (click to toggle)
forensic-artifacts 20161022-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 572 kB
  • ctags: 189
  • sloc: python: 1,165; makefile: 50; sh: 47
file content (16 lines) | stat: -rw-r--r-- 582 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: exclude scripts
 We package these as Python modules only.
Author: Sascha Steinbiss <satta@debian.org>
--- a/setup.py
+++ b/setup.py
@@ -112,10 +112,6 @@
     url='https://github.com/ForensicArtifacts/artifacts',
     maintainer='The ForensicArtifacts.com Artifact Repository project',
     maintainer_email='forensicartifacts@googlegroups.com',
-    scripts=[
-        os.path.join('tools', 'stats.py'),
-        os.path.join('tools', 'validator.py'),
-    ],
     cmdclass={'bdist_rpm': BdistRPMCommand},
     classifiers=[
         'Development Status :: 3 - Alpha',