Skip to content

Commit

Permalink
Made values dynamic in pyproject.toml (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-lucy-gordon authored and MatthewHambley committed Nov 27, 2023
1 parent 0ffccb3 commit 7b1348a
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 @@ -9,7 +9,7 @@ requires-python = '>=3.7, <4'
license = {text = 'BSD 3-Clause License'}
classifiers = ['Programming Language :: Python :: 3']
dependencies = ['fparser >= 0.1.2']
dynamic = ['version']
dynamic = ['version', 'readme']


[project.optional-dependencies]
Expand Down

0 comments on commit 7b1348a

Please sign in to comment.