diff --git a/pyproject.toml b/pyproject.toml index 4125a85..92d78c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "pdm-backend", + "pdm-backend" ] build-backend = "pdm.backend" @@ -9,26 +9,26 @@ name = "pypdown" version = "0.1.4" description = "A Pydantic model-based approach to data pipelining with file I/O linting." authors = [ - { name = "Louis Maddox", email = "louismmx@gmail.com" }, + {name = "Louis Maddox", email = "louismmx@gmail.com"} ] dependencies = [ - "pydantic>=2.8.2", + "pydantic>=2.8.2" ] requires-python = ">=3.10" readme = "README.md" classifiers = [ - "Development Status :: 4 - Beta", - "Intended Audience :: Developers", - "Operating System :: OS Independent", - "License :: OSI Approved :: MIT License", - "Programming Language :: Python", - "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12", - "Programming Language :: Python :: 3 :: Only", - "Topic :: Software Development :: Quality Assurance", - "Topic :: Software Development :: Testing", - "Topic :: Software Development :: Libraries", + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "Operating System :: OS Independent", + "License :: OSI Approved :: MIT License", + "Programming Language :: Python", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3 :: Only", + "Topic :: Software Development :: Quality Assurance", + "Topic :: Software Development :: Testing", + "Topic :: Software Development :: Libraries" ] [project.license] @@ -39,14 +39,14 @@ distribution = true [tool.pdm.dev-dependencies] docs = [ - "mkdocs-material[recommended,imaging]>=9.5.2", - "mkdocs-section-index>=0.3.8", - "mkdocs>=1.5.3", - "mkdocstrings[python]>=0.24.0", + "mkdocs-material[recommended,imaging]>=9.5.2", + "mkdocs-section-index>=0.3.8", + "mkdocs>=1.5.3", + "mkdocstrings[python]>=0.24.0" ] test = [ - "pytest>=8.2.2", + "pytest>=8.2.2" ] vercel = [ - "urllib3<2", + "urllib3<2" ]