Skip to content

Commit 129f09a

Browse files
committed
Windows is HELL
1 parent f60f81d commit 129f09a

File tree

2 files changed

+61
-61
lines changed

2 files changed

+61
-61
lines changed

MySQLdb/metadata.cfg

Lines changed: 60 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,60 @@
1-
[metadata]
2-
version: 1.2.4b1
3-
version_info: (1,2,4,'beta',1)
4-
description: Python interface to MySQL
5-
long_description:
6-
=========================
7-
Python interface to MySQL
8-
=========================
9-
\n
10-
MySQLdb is an interface to the popular MySQL_ database server for
11-
Python. The design goals are:
12-
\n
13-
- Compliance with Python database API version 2.0 [PEP-0249]_
14-
\n
15-
- Thread-safety
16-
\n
17-
- Thread-friendliness (threads will not block each other)
18-
\n
19-
MySQL-3.23 through 5.0 and Python-2.3 through 2.6 are currently
20-
supported. Python-3.0 will be supported in a future release.
21-
\n
22-
MySQLdb is `Free Software`_.
23-
\n
24-
.. _MySQL: http://www.mysql.com/
25-
.. _`Free Software`: http://www.gnu.org/
26-
.. [PEP-0249] http://www.python.org/peps/pep-0249.html
27-
author: Andy Dustman
28-
author_email: adustman@users.sourceforge.net
29-
license: GPL
30-
platforms: ALL
31-
url: http://sourceforge.net/projects/mysql-python
32-
download_url: http://osdn.dl.sourceforge.net/sourceforge/mysql-python/MySQL-python-%(version)s.tar.gz
33-
classifiers:
34-
Development Status :: 5 - Production/Stable
35-
Environment :: Other Environment
36-
License :: OSI Approved :: GNU General Public License (GPL)
37-
Operating System :: MacOS :: MacOS X
38-
Operating System :: Microsoft :: Windows :: Windows NT/2000
39-
Operating System :: OS Independent
40-
Operating System :: POSIX
41-
Operating System :: POSIX :: Linux
42-
Operating System :: Unix
43-
Programming Language :: C
44-
Programming Language :: Python
45-
Topic :: Database
46-
Topic :: Database :: Database Engines/Servers
47-
py_modules:
48-
_mysql_exceptions
49-
MySQLdb.converters
50-
MySQLdb.connections
51-
MySQLdb.cursors
52-
MySQLdb.release
53-
MySQLdb.times
54-
MySQLdb.constants.CR
55-
MySQLdb.constants.FIELD_TYPE
56-
MySQLdb.constants.ER
57-
MySQLdb.constants.FLAG
58-
MySQLdb.constants.REFRESH
59-
MySQLdb.constants.CLIENT
60-
1+
[metadata]
2+
version: 1.2.4b1
3+
version_info: (1,2,4,'beta',1)
4+
description: Python interface to MySQL
5+
long_description:
6+
=========================
7+
Python interface to MySQL
8+
=========================
9+
\n
10+
MySQLdb is an interface to the popular MySQL_ database server for
11+
Python. The design goals are:
12+
\n
13+
- Compliance with Python database API version 2.0 [PEP-0249]_
14+
\n
15+
- Thread-safety
16+
\n
17+
- Thread-friendliness (threads will not block each other)
18+
\n
19+
MySQL-3.23 through 5.0 and Python-2.3 through 2.6 are currently
20+
supported. Python-3.0 will be supported in a future release.
21+
\n
22+
MySQLdb is `Free Software`_.
23+
\n
24+
.. _MySQL: http://www.mysql.com/
25+
.. _`Free Software`: http://www.gnu.org/
26+
.. [PEP-0249] http://www.python.org/peps/pep-0249.html
27+
author: Andy Dustman
28+
author_email: adustman@users.sourceforge.net
29+
license: GPL
30+
platforms: ALL
31+
url: http://sourceforge.net/projects/mysql-python
32+
download_url: http://osdn.dl.sourceforge.net/sourceforge/mysql-python/MySQL-python-%(version)s.tar.gz
33+
classifiers:
34+
Development Status :: 5 - Production/Stable
35+
Environment :: Other Environment
36+
License :: OSI Approved :: GNU General Public License (GPL)
37+
Operating System :: MacOS :: MacOS X
38+
Operating System :: Microsoft :: Windows :: Windows NT/2000
39+
Operating System :: OS Independent
40+
Operating System :: POSIX
41+
Operating System :: POSIX :: Linux
42+
Operating System :: Unix
43+
Programming Language :: C
44+
Programming Language :: Python
45+
Topic :: Database
46+
Topic :: Database :: Database Engines/Servers
47+
py_modules:
48+
_mysql_exceptions
49+
MySQLdb.converters
50+
MySQLdb.connections
51+
MySQLdb.cursors
52+
MySQLdb.release
53+
MySQLdb.times
54+
MySQLdb.constants.CR
55+
MySQLdb.constants.FIELD_TYPE
56+
MySQLdb.constants.ER
57+
MySQLdb.constants.FLAG
58+
MySQLdb.constants.REFRESH
59+
MySQLdb.constants.CLIENT
60+

MySQLdb/site.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ static = False
1414

1515
# http://stackoverflow.com/questions/1972259/mysql-python-install-problem-using-virtualenv-windows-pip
1616
# Windows connector libs for MySQL. You need a 32-bit connector for your 32-bit Python build.
17-
connector = C:\Program Files (x86)\MySQL\MySQL Connector C 6.0.2
17+
connector = C:\Program Files (x86)\MySQL\MySQL Connector C 6.0.2

0 commit comments

Comments
 (0)