added license to setup.py, added changelog

This commit is contained in:
Pete Hunt
2010-12-08 07:24:15 +00:00
parent f3ced07f33
commit bfa2cf574d
2 changed files with 4 additions and 0 deletions

3
README
View File

@@ -16,6 +16,9 @@ PyMySQL Installation
Changes
--------
0.4 -Miscellaneous bug fixes
-Implementation of SSL support
-Implementation of kill()
0.3 -Implemented most of the extended DBAPI 2.0 spec including callproc()
-Fixed error handling to include the message from the server and support
multiple protocol versions.

View File

@@ -20,5 +20,6 @@ setup(
maintainer = 'David.Story',
maintainer_email = 'iDavidStory@gmail.com',
description = 'Pure Python MySQL Driver ',
license = "MIT",
packages = ['pymysql', 'pymysql.constants', 'pymysql.tests']
)