From 550b25a1525dc26c88d6c504f62360217e235db2 Mon Sep 17 00:00:00 2001 From: Alex Siryi Date: Fri, 8 Feb 2019 20:49:05 +0200 Subject: [PATCH] Moved into separate pypa package --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a72b0ef..be24e57 100644 --- a/setup.py +++ b/setup.py @@ -6,12 +6,12 @@ setup( - name='tormysql', + name='anthill-tormysql', version='0.4.0', packages=['tormysql', 'tormysql.platform'], install_requires=[ 'tornado>=5.0', - 'PyMySQL>=0.7.10', + 'anthill-PyMySQL>=0.9.999', 'greenlet>=0.4.2', ], author='snower, mosquito',