diff --git a/setup.py b/setup.py index f7fe286..656adb9 100644 --- a/setup.py +++ b/setup.py @@ -28,9 +28,9 @@ "Topic :: Scientific/Engineering :: Bio-Informatics", ], keywords="TE transposable element small RNA", - url="https://hammelllab.labsites.cshl.edu/software#TEsmall", + url="https://www.mghlab.org/software/tesmall", author="Wen-Wei Liao, Kat O'Neill, Molly Hammell", - author_email="koneill@cshl.edu", + author_email="mghcompbio@gmail.com", license="GPLv3", packages=find_packages(), install_requires=install_requires,