Skip to content

Commit b42e4e5

Browse files
committed
Merge branch 'develop' into debian
2 parents 1601ac4 + a5221c0 commit b42e4e5

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

setup.py

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

309-
#XXX ?
310-
#py_modules = ["sqlcipher"],
311-
312309
setup_args = dict(
313310
name="pysqlcipher",
314311
version=PYSQLITE_VERSION,
@@ -326,7 +323,6 @@ def get_setup_args():
326323
packages=["pysqlcipher", "pysqlcipher.test"] +
327324
(["pysqlcipher.test.py25"], [])[sys.version_info < (2, 5)],
328325
scripts=[],
329-
330326
ext_modules=[
331327
Extension(
332328
name="pysqlcipher._sqlite",

0 commit comments

Comments
 (0)