update pyproject.toml to take values specified in setup.py

This commit is contained in:
riscy 2024-08-04 09:55:42 -07:00
parent 81a3f5d573
commit f90463188a

View file

@ -1,7 +1,7 @@
[project] [project]
name = "melpazoid" name = "melpazoid"
version = "0.0"
requires-python = ">=3.10" requires-python = ">=3.10"
dynamic = ["authors", "description", "license", "version"]
[tool.ruff.format] [tool.ruff.format]
quote-style = "preserve" quote-style = "preserve"