From f3a63d7629586d41062946d1f274b8ebd6fb7c5b Mon Sep 17 00:00:00 2001 From: Robert Paton Date: Sun, 23 Jun 2024 21:35:34 +0100 Subject: [PATCH] Update setup.py --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 786fed9..1d9582e 100644 --- a/setup.py +++ b/setup.py @@ -14,10 +14,10 @@ description='A python program to project computed structures along computed normal modes and perform a Quick Reaction Coordinate calculation', long_description=long_description, long_description_content_type='text/markdown', - author='Paton Research Group', - author_email='robert.paton@colostate.edu', - url='https://github.com/bobbypaton/pyQRC', - download_url='https://github.com/bobbypaton/pyQRC/archive/v1.0.3.zip', + author='Paton Research Group & pyQRC contributors', + author_email='patonlab@colostate.edu', + url='https://github.com/patonlab/pyQRC', + download_url='https://github.com/patonlab/pyQRC/archive/v1.0.3.zip', keywords=['compchem', 'thermochemistry', 'gaussian', 'imaginary frequencies', 'intrinsic reaction coordinate', 'normal modes'], classifiers=[], install_requires=["cclib"],