8000 0.5 · pkdevboxy/PyMySQL@bd99b4d · GitHub
[go: up one dir, main page]

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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 1 addition & 8 deletions
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='songofacandy@gmail.com',
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)
0