diff --git a/pyproject.toml b/pyproject.toml index dffea4a..a1c16f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires-python = ">=3.9" name='cpnest' description='CPNest: Parallel nested sampling' -dynamic=['version', 'classifiers'] +dynamic=['version', 'classifiers', 'long_description'] dependencies=['numpy','scipy','matplotlib','corner','tqdm'] authors=[{name='Walter Del Pozzo', email='walter.delpozzo@ligo.org'}, {name='John Veitch', email='john.veitch@ligo.org'}]