Skip to content

Commit b6e94f4

Browse files
Final updates for 0.1.0.
1 parent b7b318f commit b6e94f4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--------------------
2-
[0.0.0] - 2019-XX-XX
2+
[0.1.0] - 2019-12-18
33
--------------------
44

55
Initial release.

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='stdpopsim',
11-
description='Standard simulation models for msprime',
11+
description='A library of population genetic simulation models',
1212
long_description=long_description,
1313
author='PopSim Consortium',
1414
# TODO probably should have a different email address?
@@ -33,10 +33,10 @@
3333
},
3434
# NOTE: make sure this is the 'attrs' package, not 'attr'!
3535
install_requires=["msprime", "attrs", "appdirs", "humanize"],
36-
url='https://github.com/popgensims/stdpopsim',
36+
url='https://github.com/popsim-consortium/stdpopsim',
3737
project_urls={
38-
'Bug Reports': 'https://github.com/popgensims/stdpopsim/issues',
39-
'Source': 'https://github.com/tsckit-dev/stdpopsim',
38+
'Bug Reports': 'https://github.com/popsim-consortium/stdpopsim/issues',
39+
'Source': 'https://github.com/popsim-consortium/stdpopsim',
4040
},
4141
license="GNU GPLv3+",
4242
platforms=["POSIX", "MacOS X", "Windows"],

0 commit comments

Comments
 (0)