mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 02:54:29 +08:00
Rename project name.
This commit is contained in:
@ -79,7 +79,7 @@ def get_config():
|
||||
if client in libraries:
|
||||
libraries.remove(client)
|
||||
|
||||
name = "MySQL-python"
|
||||
name = "mysqlclient"
|
||||
if enabled(options, 'embedded'):
|
||||
name = name + "-embedded"
|
||||
metadata['name'] = name
|
||||
|
Reference in New Issue
Block a user