Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d8e5e2f

Browse filesBrowse files
committed
Rename project name.
1 parent f1608b7 commit d8e5e2f
Copy full SHA for d8e5e2f

File tree

Expand file treeCollapse file tree

3 files changed

+6
-3
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+6
-3
lines changed

‎metadata.cfg

Copy file name to clipboardExpand all lines: metadata.cfg
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ long_description:
77
Python interface to MySQL
88
=========================
99
\n
10+
mysqlclient is a fork of MySQL-python. It add Python 3.3 support
11+
and merges some pull requests.
12+
\n
1013
MySQLdb is an interface to the popular MySQL_ database server for
11-
Python. The design goals are:
14+
Python. The design goals are:
1215
\n
1316
- Compliance with Python database API version 2.0 [PEP-0249]_
1417
- Thread-safety

‎setup_posix.py

Copy file name to clipboardExpand all lines: setup_posix.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def get_config():
7979
if client in libraries:
8080
libraries.remove(client)
8181

82-
name = "MySQL-python"
82+
name = "mysqlclient"
8383
if enabled(options, 'embedded'):
8484
name = name + "-embedded"
8585
metadata['name'] = name

‎setup_windows.py

Copy file name to clipboardExpand all lines: setup_windows.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def get_config():
2323
extra_compile_args = [ '/Zl' ]
2424
extra_link_args = ['/MANIFEST']
2525

26-
name = "MySQL-python"
26+
name = "mysqlclient"
2727
if enabled(options, 'embedded'):
2828
name = name + "-embedded"
2929
metadata['name'] = name

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.