Skip to content

Commit

Permalink
Final updates for 0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromekelleher committed Dec 18, 2019
1 parent b7b318f commit b6e94f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--------------------
[0.0.0] - 2019-XX-XX
[0.1.0] - 2019-12-18
--------------------

Initial release.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand All @@ -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"],
Expand Down

0 comments on commit b6e94f4

Please sign in to comment.