Skip to content

Commit f8a174b

Browse files
committed
remove installation of unnecessary documentation into wrong location (usr/pysqlcipher-doc/)
1 parent afc6617 commit f8a174b

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

setup.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -306,13 +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-
316309
#XXX ?
317310
#py_modules = ["sqlcipher"],
318311

@@ -333,7 +326,6 @@ def get_setup_args():
333326
packages=["pysqlcipher", "pysqlcipher.test"] +
334327
(["pysqlcipher.test.py25"], [])[sys.version_info < (2, 5)],
335328
scripts=[],
336-
data_files=data_files,
337329

338330
ext_modules=[
339331
Extension(

0 commit comments

Comments
 (0)