1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From dc1fb232af3bbb571ffc41719d1beb56f1e3d8e8 Mon Sep 17 00:00:00 2001
From: SVN-Git Migration <python-modules-team@lists.alioth.debian.org>
Date: Thu, 8 Oct 2015 12:46:32 -0700
Subject: dont_install_data
Patch-Name: dont_install_data.patch
---
setup.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/setup.py b/setup.py
index f8ad467..3d34966 100644
--- a/setup.py
+++ b/setup.py
@@ -81,7 +81,6 @@ if __name__ == "__main__":
download_url=release.download_url,
classifiers=release.classifiers,
packages=packages,
- data_files=data,
ext_modules=extension,
cmdclass={
'install': AddExtensionInstallCommand,
|