-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed the README.md and setup.py to reflect new home of PTMCMCSampler
- Loading branch information
1 parent
3d7c198
commit c136b1b
Showing
2 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,12 @@ | |
|
||
setup( | ||
name="ptmcmcsampler", | ||
author="Justin A. Ellis", | ||
author_email="[email protected]", | ||
author="Justin A. Ellis, Rutger van Haasteren", | ||
author_email="[email protected]", | ||
maintainer="Aaron D. Johnson, Paul T. Baker, Ken D. Olum", | ||
packages=["PTMCMCSampler"], | ||
package_dir={"PTMCMCSampler": "PTMCMCSampler"}, | ||
url="https://github.com/jellis18/PTMCMCSampler", | ||
url="https://github.com/nanograv/PTMCMCSampler", | ||
license="MIT", | ||
zip_safe=False, | ||
description="Parallel tempering MCMC sampler written in Python", | ||
|