Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
PyMySQL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
Python
Modules
PyMySQL
Commits
eff7b698be83
Commit
eff7b698be83
authored
10 years ago
by
INADA Naoki
Browse files
Options
Downloads
Patches
Plain Diff
0.5
parent
4f25f08cd27c
Branches
branch/default
wild/eff7b698be83c839e2c78c3c244a6e574488e405
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
MANIFEST.in
+0
-1
0 additions, 1 deletion
MANIFEST.in
setup.py
+1
-8
1 addition, 8 deletions
setup.py
with
1 addition
and
9 deletions
MANIFEST.in
+
0
−
1
View file @
eff7b698
include README.rst LICENSE CHANGELOG
include README.rst LICENSE CHANGELOG
include runtests.py tox.ini
include runtests.py tox.ini
include example.py example_pool
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
8
View file @
eff7b698
#!/usr/bin/env python
#!/usr/bin/env python
from
setuptools
import
setup
,
find_packages
from
setuptools
import
setup
,
find_packages
try
:
with
open
(
'
README.rst
'
)
as
f
:
readme
=
f
.
read
()
except
IOError
:
readme
=
''
setup
(
setup
(
name
=
"
Tornado-MySQL
"
,
name
=
"
Tornado-MySQL
"
,
...
@@ -10,8 +4,8 @@
...
@@ -10,8 +4,8 @@
setup
(
setup
(
name
=
"
Tornado-MySQL
"
,
name
=
"
Tornado-MySQL
"
,
version
=
"
0.
4
"
,
version
=
"
0.
5
"
,
url
=
'
https://github.com/PyMySQL/Tornado-MySQL
'
,
url
=
'
https://github.com/PyMySQL/Tornado-MySQL
'
,
author
=
'
INADA Naoki
'
,
author
=
'
INADA Naoki
'
,
author_email
=
'
songofacandy@gmail.com
'
,
author_email
=
'
songofacandy@gmail.com
'
,
description
=
'
Pure Python MySQL Driver for Tornado
'
,
description
=
'
Pure Python MySQL Driver for Tornado
'
,
install_requires
=
[
'
tornado>=4.0
'
],
install_requires
=
[
'
tornado>=4.0
'
],
...
@@ -13,9 +7,8 @@
...
@@ -13,9 +7,8 @@
url
=
'
https://github.com/PyMySQL/Tornado-MySQL
'
,
url
=
'
https://github.com/PyMySQL/Tornado-MySQL
'
,
author
=
'
INADA Naoki
'
,
author
=
'
INADA Naoki
'
,
author_email
=
'
songofacandy@gmail.com
'
,
author_email
=
'
songofacandy@gmail.com
'
,
description
=
'
Pure Python MySQL Driver for Tornado
'
,
description
=
'
Pure Python MySQL Driver for Tornado
'
,
install_requires
=
[
'
tornado>=4.0
'
],
install_requires
=
[
'
tornado>=4.0
'
],
long_description
=
readme
,
license
=
"
MIT
"
,
license
=
"
MIT
"
,
packages
=
find_packages
(),
packages
=
find_packages
(),
classifiers
=
[
classifiers
=
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment