Commit ea570aa1 authored by Jérome Perrin's avatar Jérome Perrin

setup.py: use correct egg name for mysqlclient

The one we can install in slapos with component/python-mysqlclient/buildout.cfg is named mysqlclient
parent 43791a98
from setuptools import setup, find_packages
setup(
......@@ -20,7 +19,7 @@ setup(
'rpy2',
'pulp',
'tablib',
'MySQL-python',
'mysqlclient',
],
entry_points=("""
[console_scripts]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment