Skip to content

Commit

Permalink
fixed setup.py url, licence
Browse files Browse the repository at this point in the history
  • Loading branch information
lukostaz committed Mar 15, 2019
1 parent a12fc12 commit b2992cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
license='',
license='Apache 2.0',
packages=find_packages(exclude=('tests', 'docs')),
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit b2992cc

Please sign in to comment.