Skip to content

Commit a5221c0

Browse files
committed
remove doc install for now
1 parent 82d2e3f commit a5221c0

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

setup.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -306,16 +306,6 @@ def get_setup_args():
306306
print "Fatal error: PYSQLITE_VERSION could not be detected!"
307307
sys.exit(1)
308308

309-
data_files = [("pysqlcipher-doc",
310-
glob.glob("doc/*.html")
311-
+ glob.glob("doc/*.txt")
312-
+ glob.glob("doc/*.css")),
313-
("pysqlcipher-doc/code",
314-
glob.glob("doc/code/*.py"))]
315-
316-
#XXX ?
317-
#py_modules = ["sqlcipher"],
318-
319309
setup_args = dict(
320310
name="pysqlcipher",
321311
version=PYSQLITE_VERSION,
@@ -333,8 +323,6 @@ def get_setup_args():
333323
packages=["pysqlcipher", "pysqlcipher.test"] +
334324
(["pysqlcipher.test.py25"], [])[sys.version_info < (2, 5)],
335325
scripts=[],
336-
data_files=data_files,
337-
338326
ext_modules=[
339327
Extension(
340328
name="pysqlcipher._sqlite",

0 commit comments

Comments
 (0)