From 4118fec5ceb4bda79b1c117c95b378551163ab8b Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 5 Dec 2013 11:32:46 -0400 Subject: remove the development flag so it's pip-installable --- setup.py | 6 ++---- 1 file 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", -- cgit v1.2.3