1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Description: do not install executables
Author: Sascha Steinbiss <satta@debian.org>
@@ -41,16 +41,16 @@
url='https://github.com/drj11/pypng',
package_dir={'': 'code'},
py_modules=['png', 'test_png', 'pngsuite'],
- scripts=[
- "code/prichunkpng",
- "code/priforgepng",
- "code/prigreypng",
- "code/pripalpng",
- "code/pripamtopng",
- "code/pripnglsch",
- "code/pripngtopam",
- "code/priweavepng"
- ],
+# scripts=[
+# "code/prichunkpng",
+# "code/priforgepng",
+# "code/prigreypng",
+# "code/pripalpng",
+# "code/pripamtopng",
+# "code/pripnglsch",
+# "code/pripngtopam",
+# "code/priweavepng"
+# ],
classifiers=[
'Topic :: Multimedia :: Graphics',
'Topic :: Software Development :: Libraries :: Python Modules',
|