We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1601ac4 + a5221c0 commit b42e4e5Copy full SHA for b42e4e5
1 file changed
setup.py
@@ -306,9 +306,6 @@ def get_setup_args():
306
print "Fatal error: PYSQLITE_VERSION could not be detected!"
307
sys.exit(1)
308
309
- #XXX ?
310
- #py_modules = ["sqlcipher"],
311
-
312
setup_args = dict(
313
name="pysqlcipher",
314
version=PYSQLITE_VERSION,
@@ -326,7 +323,6 @@ def get_setup_args():
326
323
packages=["pysqlcipher", "pysqlcipher.test"] +
327
324
(["pysqlcipher.test.py25"], [])[sys.version_info < (2, 5)],
328
325
scripts=[],
329
330
ext_modules=[
331
Extension(
332
name="pysqlcipher._sqlite",
0 commit comments