From f8a174b0f4a637c9867d037676069177945f0b3c Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 30 May 2013 13:31:24 -0400 Subject: remove installation of unnecessary documentation into wrong location (usr/pysqlcipher-doc/) --- setup.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/setup.py b/setup.py index ac1a3cd..49b6667 100644 --- a/setup.py +++ b/setup.py @@ -306,13 +306,6 @@ def get_setup_args(): print "Fatal error: PYSQLITE_VERSION could not be detected!" sys.exit(1) - data_files = [("pysqlcipher-doc", - glob.glob("doc/*.html") - + glob.glob("doc/*.txt") - + glob.glob("doc/*.css")), - ("pysqlcipher-doc/code", - glob.glob("doc/code/*.py"))] - #XXX ? #py_modules = ["sqlcipher"], @@ -333,7 +326,6 @@ def get_setup_args(): packages=["pysqlcipher", "pysqlcipher.test"] + (["pysqlcipher.test.py25"], [])[sys.version_info < (2, 5)], scripts=[], - data_files=data_files, ext_modules=[ Extension( -- cgit v1.2.3