diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 600a904d3..61f983cbf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,5 @@ -------------------- -[0.0.0] - 2019-XX-XX +[0.1.0] - 2019-12-18 -------------------- Initial release. diff --git a/setup.py b/setup.py index b86e0ef97..57d5d696e 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='stdpopsim', - description='Standard simulation models for msprime', + description='A library of population genetic simulation models', long_description=long_description, author='PopSim Consortium', # TODO probably should have a different email address? @@ -33,10 +33,10 @@ }, # NOTE: make sure this is the 'attrs' package, not 'attr'! install_requires=["msprime", "attrs", "appdirs", "humanize"], - url='https://github.com/popgensims/stdpopsim', + url='https://github.com/popsim-consortium/stdpopsim', project_urls={ - 'Bug Reports': 'https://github.com/popgensims/stdpopsim/issues', - 'Source': 'https://github.com/tsckit-dev/stdpopsim', + 'Bug Reports': 'https://github.com/popsim-consortium/stdpopsim/issues', + 'Source': 'https://github.com/popsim-consortium/stdpopsim', }, license="GNU GPLv3+", platforms=["POSIX", "MacOS X", "Windows"],