8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a597a commit bd99b4dCopy full SHA for bd99b4d
MANIFEST.in
@@ -1,3 +1,2 @@
1
include README.rst LICENSE CHANGELOG
2
include runtests.py tox.ini
3
-include example.py example_pool
setup.py
@@ -1,21 +1,14 @@
#!/usr/bin/env python
from setuptools import setup, find_packages
4
-try:
5
- with open('README.rst') as f:
6
- readme = f.read()
7
-except IOError:
8
- readme = ''
9
-
10
setup(
11
name="Tornado-MySQL",
12
- version="0.4",
+ version="0.5",
13
url='https://github.com/PyMySQL/Tornado-MySQL',
14
author='INADA Naoki',
15
author_email='songofacandy@gmail.com',
16
description='Pure Python MySQL Driver for Tornado',
17
install_requires=['tornado>=4.0'],
18
- long_description=readme,
19
license="MIT",
20
packages=find_packages(),
21
classifiers=[
0 commit comments