This commit is contained in:
Laurent Perron
2020-08-15 20:36:30 +02:00
parent 3d67adddb6
commit 1cd044a6e3
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ setup(
include_package_data=True,
license='Apache 2.0',
author='Google LLC',
author_email='lperron@google.com',
author_email='or-tools@google.com',
description='Google OR-Tools python libraries and modules',
keywords=('operations research, constraint programming, ' +
'linear programming,' + 'flow algorithms,' +

View File

@@ -28,7 +28,7 @@ setup(
install_requires=install_requires,
license='Apache 2.0',
author='Google Inc',
author_email='lperron@google.com',
author_email='or-tools@google.com',
description='Google OR-Tools python libraries and modules',
keywords=('operations research, constraint programming, ' +
'linear programming,' + 'flow algorithms,' +