Skip to content

Commit bd99b4d

Browse files
committed
0.5
1 parent 87a597a commit bd99b4d

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

MANIFEST.in

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
include README.rst LICENSE CHANGELOG
22
include runtests.py tox.ini
3-
include example.py example_pool

setup.py

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
11
#!/usr/bin/env python
22
from setuptools import setup, find_packages
33

4-
try:
5-
with open('README.rst') as f:
6-
readme = f.read()
7-
except IOError:
8-
readme = ''
9-
104
setup(
115
name="Tornado-MySQL",
12-
version="0.4",
6+
version="0.5",
137
url='https://github.com/PyMySQL/Tornado-MySQL',
148
author='INADA Naoki',
159
author_email='[email protected]',
1610
description='Pure Python MySQL Driver for Tornado',
1711
install_requires=['tornado>=4.0'],
18-
long_description=readme,
1912
license="MIT",
2013
packages=find_packages(),
2114
classifiers=[

0 commit comments

Comments
 (0)