Skip to content

Commit

Permalink
Fix url/download_url in setup.py (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
umesh-timalsina authored Apr 5, 2022
1 parent 342b265 commit 0fee5db
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 @@ -21,8 +21,8 @@
long_description=__doc__,
author="Brad Crawford",
author_email="",
url="https://github.com/umesh-timalsina/MosDeF-GOMC",
download_url="https://github.com/umesh-timalsina/MosDeF-GOMC/tarball/{}".format(
url="https://github.com/GOMC-WSU/MosDeF-GOMC",
download_url="https://github.com/GOMC-WSU/MosDeF-GOMC/tarball/{}".format(
__version__
),
packages=find_packages(),
Expand Down

0 comments on commit 0fee5db

Please sign in to comment.