Skip to content

Commit eca3374

Browse files
committed
Remove unused file.
1 parent c46cae2 commit eca3374

2 files changed

Lines changed: 2 additions & 138 deletions

File tree

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/usr/bin/env python
22
from setuptools import setup, find_packages
33

4-
version = "0.1dev1"
5-
64
try:
75
with open('README.rst') as f:
86
readme = f.read()
@@ -11,11 +9,11 @@
119

1210
setup(
1311
name="Tornado-MySQL",
14-
version=version,
12+
version="0.1",
1513
url='https://github.com/PyMySQL/Tornado-MySQL',
1614
author='INADA Naoki',
1715
author_email='songofacandy@gmail.com',
18-
description='Pure-Python MySQL Driver for Tornado',
16+
description='Pure Python MySQL Driver for Tornado',
1917
install_requires=['tornado>=4.0'],
2018
long_description=readme,
2119
license="MIT",

tornado_mysql/_socketio.py

Lines changed: 0 additions & 134 deletions
This file was deleted.

0 commit comments

Comments
 (0)