mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 11:10:58 +08:00
Small build/packaging fixes. 1.2.2c1.
This commit is contained in:
@ -15,4 +15,5 @@ else: # assume windows
|
||||
|
||||
metadata, options = get_config()
|
||||
metadata['ext_modules'] = [Extension(sources=['_mysql.c'], **options)]
|
||||
metadata['long_description'] = metadata['long_description'].replace(r'\n', '')
|
||||
setup(**metadata)
|
||||
|
Reference in New Issue
Block a user