Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbypaton authored Jun 23, 2024
1 parent 4e7ce73 commit f3a63d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit f3a63d7

Please sign in to comment.