summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2013-12-05 11:32:46 -0400
committerKali Kaneko <kali@leap.se>2013-12-05 11:32:46 -0400
commit4118fec5ceb4bda79b1c117c95b378551163ab8b (patch)
tree5e47d4c2c6cbac6ed8725e20f0f569ea3be89567
parenta5221c0bba13e639915e7db38578db665048ca9d (diff)
remove the development flag so it's pip-installable
-rw-r--r--setup.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index ebf535a..8ee9601 100644
--- a/setup.py
+++ b/setup.py
@@ -21,8 +21,6 @@
# 2. Altered source versions must be plainly marked as such, and must not be
# misrepresented as being the original software.
# 3. This notice may not be removed or altered from any source distribution.
-
-import glob
import os
import re
import sys
@@ -47,8 +45,8 @@ sqlite = "sqlite"
PYSQLITE_EXPERIMENTAL = False
-#DEV_VERSION = None
-DEV_VERSION = "02"
+DEV_VERSION = None
+#DEV_VERSION = "02"
sources = ["src/module.c", "src/connection.c", "src/cursor.c", "src/cache.c",
"src/microprotocols.c", "src/prepare_protocol.c", "src/statement.c",