diff --git a/setup.py b/setup.py index 1c8fe774..d6ae4189 100644 --- a/setup.py +++ b/setup.py @@ -4,10 +4,10 @@ setup_params = dict(name='ampligraph', version=version, description='A Python library for relational learning on knowledge graphs.', - url='https://innersource.accenture.com/projects/DL/repos/ampligraph/', + url='https://github.com/Accenture/AmpliGraph/', author='Accenture Dublin Labs', author_email='luca.costabello@accenture.com', - license='', + license='Apache 2.0', packages=find_packages(exclude=('tests', 'docs')), include_package_data=True, zip_safe=False,