Update the phonopy's URL

This commit is contained in:
Atsushi Togo 2020-02-27 13:28:41 +09:00
parent 2397822c44
commit 3c2cf517ab
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
# Phonopy
Phonon code. Phonopy user documetation is found at http://atztogo.github.io/phonopy/
Phonon code. Phonopy user documetation is found at http://phonopy.github.io/phonopy/
## Mailing list for questions

View File

@ -177,7 +177,7 @@ if __name__ == '__main__':
description='This is the phonopy module.',
author='Atsushi Togo',
author_email='atz.togo@gmail.com',
url='http://atztogo.github.io/phonopy/',
url='http://phonopy.github.io/phonopy/',
packages=packages_phonopy,
install_requires=['numpy', 'PyYAML', 'matplotlib', 'h5py'],
extras_require={'cp2k': ['cp2k-input-tools']},
@ -192,7 +192,7 @@ if __name__ == '__main__':
description='This is the phonopy module.',
author='Atsushi Togo',
author_email='atz.togo@gmail.com',
url='http://atztogo.github.io/phonopy/',
url='http://phonopy.github.io/phonopy/',
packages=packages_phonopy,
requires=['numpy', 'PyYAML', 'matplotlib', 'h5py'],
provides=['phonopy'],