File tree 3 files changed +43
-0
lines changed
3 files changed +43
-0
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ recursive-include doc *.txt
2
2
recursive-include tests *.py
3
3
include MANIFEST.in
4
4
include HISTORY
5
+ include INSTALL
6
+ include README.md
5
7
include GPL-2.0
6
8
include pymemcompat.h
7
9
include metadata.cfg
Original file line number Diff line number Diff line change
1
+ MySQLdb1
2
+ ========
3
+
4
+ This is the legacy (1.x) version of MySQLdb. While it is still being
5
+ maintained, there will not be a lot of new feature development.
6
+
7
+ [ ![ Build Status] ( https://secure.travis-ci.org/farcepest/MySQLdb1.png )] ( http://travis-ci.org/farcepest/MySQLdb1 )
8
+
9
+ TODO
10
+ ----
11
+
12
+ * A bugfix 1.2.4 release
13
+ * A 1.3.0 release that will support Python 2.7-3.3
14
+ * The 2.0 version is being renamed [ moist] [ ] and is heavily refactored.
15
+
16
+ Projects
17
+ --------
18
+
19
+ * [ MySQLdb-svn] [ ]
20
+
21
+ This is the old Subversion repository located on SourceForge.
22
+ It has all the early historical development of MySQLdb through 1.2.3,
23
+ and also is the working repository for ZMySQLDA. The trunk on this
24
+ repository was forked to create the [MySQLdb2][] repository.
25
+
26
+ * [ MySQLdb1] [ ]
27
+
28
+ This is the new (active) git repository.
29
+ Only updates to the 1.x series will happen here.
30
+
31
+ * [ MySQLdb2] [ ]
32
+
33
+ This is the now obsolete Mercurial repository for MySQLdb-2.0
34
+ located on SourceForge. This repository has been migrated to the
35
+ [moist][] repository.
36
+
37
+
38
+ [ MySQLdb1 ] : https://github.com/farcepest/MySQLdb1
39
+ [ moist ] : https://github.com/farcepest/moist
40
+ [ MySQLdb-svn ] : https://sourceforge.net/p/mysql-python/svn/
41
+ [ MySQLdb2 ] : https://sourceforge.net/p/mysql-python/mysqldb-2/
You can’t perform that action at this time.
0 commit comments