1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From 2ede535d2e2d7ea31f47e0cd55efd74fb3c59da2 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 fc0a96f..cde50c4 100644
--- a/setup.py
+++ b/setup.py
@@ -75,7 +75,6 @@ if __name__ == "__main__":
download_url=release.download_url,
classifiers=release.classifiers,
packages=packages,
- data_files=data,
ext_modules=extension,
cmdclass={
'install': AddExtensionInstallCommand,
|