We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46cae2 commit eca3374Copy full SHA for eca3374
2 files changed
setup.py
@@ -1,8 +1,6 @@
1
#!/usr/bin/env python
2
from setuptools import setup, find_packages
3
4
-version = "0.1dev1"
5
-
6
try:
7
with open('README.rst') as f:
8
readme = f.read()
@@ -11,11 +9,11 @@
11
9
12
10
setup(
13
name="Tornado-MySQL",
14
- version=version,
+ version="0.1",
15
url='https://github.com/PyMySQL/Tornado-MySQL',
16
author='INADA Naoki',
17
author_email='songofacandy@gmail.com',
18
- description='Pure-Python MySQL Driver for Tornado',
+ description='Pure Python MySQL Driver for Tornado',
19
install_requires=['tornado>=4.0'],
20
long_description=readme,
21
license="MIT",
tornado_mysql/_socketio.py
0 commit comments