We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc6617 commit f8a174bCopy full SHA for f8a174b
1 file changed
setup.py
@@ -306,13 +306,6 @@ def get_setup_args():
306
print "Fatal error: PYSQLITE_VERSION could not be detected!"
307
sys.exit(1)
308
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
@@ -333,7 +326,6 @@ def get_setup_args():
333
326
packages=["pysqlcipher", "pysqlcipher.test"] +
334
327
(["pysqlcipher.test.py25"], [])[sys.version_info < (2, 5)],
335
328
scripts=[],
336
- data_files=data_files,
337
329
338
330
ext_modules=[
339
331
Extension(
0 commit comments