diff --git a/pyproject.toml b/pyproject.toml index b3dfd84..134282e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,17 +1,12 @@ [project] name = "fcrud" -version = "0.1.0" +version = "0.2.0" description = "fastapi-crudrouter + FastApi" -authors = [ - {name = "pysatellite", email = "pysatellite@gmail.com"}, -] -dependencies = [ - "fastapi>=0.104.1", - "uvicorn[standard]>=0.24.0.post1", -] +authors = [{ name = "pysatellite", email = "pysatellite@gmail.com" }] +dependencies = ["fastapi>=0.104.1", "uvicorn[standard]>=0.24.0.post1"] requires-python = ">=3.11" readme = "README.md" -license = {text = "MIT"} +license = { text = "MIT" } [build-system] requires = ["pdm-backend"]