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',