Allow pip install from git

Merged with modifications from a815269010
This commit is contained in:
Evax Software
2012-10-04 13:34:39 -04:00
committed by farcepest
parent 0164ffeb25
commit 7a846cf5e3
42 changed files with 2 additions and 44 deletions

4
MySQLdb/release.py Normal file
View File

@ -0,0 +1,4 @@
__author__ = "Andy Dustman <farcepest@gmail.com>"
version_info = (1,2,4,'beta',3)
__version__ = "1.2.4b3"