diff options
author | Kali Kaneko <kali@leap.se> | 2013-12-05 11:32:46 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-12-05 11:32:46 -0400 |
commit | 4118fec5ceb4bda79b1c117c95b378551163ab8b (patch) | |
tree | 5e47d4c2c6cbac6ed8725e20f0f569ea3be89567 | |
parent | a5221c0bba13e639915e7db38578db665048ca9d (diff) |
remove the development flag so it's pip-installable
-rw-r--r-- | setup.py | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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", |