Skip to content

Commit

Permalink
Make classifiers as dynamic in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
johnveitch committed Jul 11, 2024
1 parent ace24de commit 7a338ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires-python = ">=3.9"
name='cpnest'
description='CPNest: Parallel nested sampling'
dynamic=['version']
dynamic=['version', 'classifiers']
dependencies=['numpy','scipy','matplotlib','corner','tqdm']
authors=[{name='Walter Del Pozzo', email='[email protected]'},
{name='John Veitch', email='[email protected]'}]
Expand Down

0 comments on commit 7a338ac

Please sign in to comment.