From a5221c0bba13e639915e7db38578db665048ca9d Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 31 May 2013 03:26:15 +0900 Subject: remove doc install for now --- setup.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/setup.py b/setup.py index ac1a3cd..ebf535a 100644 --- a/setup.py +++ b/setup.py @@ -306,16 +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"], - setup_args = dict( name="pysqlcipher", version=PYSQLITE_VERSION, @@ -333,8 +323,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( name="pysqlcipher._sqlite", -- cgit v1.2.3