diff --git a/pyproject.toml b/pyproject.toml index 0c94b8f..241fbc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [project] name = "pynite-plotly" -version = "0.3.0" description = "Add your description here" readme = "README.md" +dynamic = ["version", "description"] authors = [ { name = "Connor Ferster", email = "connor@structuralpython.com" } ]