Skip to content

Commit 5a9e54c

Browse files
authored
Update setup.py
1 parent b46b7f4 commit 5a9e54c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ def run(self):
131131
version='0.1',
132132
description='Installable histocartography package.',
133133
long_description=open('README.md').read(),
134-
url='https://github.ibm.com/DigitalPathologyZRL/histocartography',
135-
author='Antonio Foncubierta Rodríguez',
136-
author_email='[email protected].com',
134+
url='https://github.com/histocartography/histocartography',
135+
author='Guillaume Jaume, Pushpak Pati, Antonio Foncubierta Rodríguez',
136+
author_email='[email protected], antonio.foncubierta@gmail.com',
137137
packages=find_packages('.'),
138138
zip_safe=False,
139139
scripts=scripts,

0 commit comments

Comments
 (0)