@@ -140,10 +140,10 @@ strict = true
140140[build-system ]
141141build-backend = " setuptools.build_meta"
142142requires = [
143- " pip" ,
144- " setuptools" ,
145- " setuptools_scm[toml]>=7.1" ,
146- " wheel" ,
143+ " pip" ,
144+ " setuptools" ,
145+ " setuptools_scm[toml]>=7.1" ,
146+ " wheel" ,
147147]
148148
149149[tool .distutils .bdist_wheel ]
@@ -198,60 +198,60 @@ name = "vws-python"
198198description = " Interact with the Vuforia Web Services (VWS) API."
199199readme = { file = " README.rst" , content-type = " text/x-rst" }
200200keywords = [
201- " client" ,
202- " vuforia" ,
203- " vws" ,
201+ " client" ,
202+ " vuforia" ,
203+ " vws" ,
204204]
205205license = { file = " LICENSE" }
206206authors = [ { name = " Adam Dangoor" , email = " adamdangoor@gmail.com" } ]
207207requires-python = " >=3.12"
208208classifiers = [
209- " Development Status :: 5 - Production/Stable" ,
210- " Environment :: Web Environment" ,
211- " License :: OSI Approved :: MIT License" ,
212- " Operating System :: POSIX" ,
213- " Programming Language :: Python :: 3 :: Only" ,
214- " Programming Language :: Python :: 3.12" ,
209+ " Development Status :: 5 - Production/Stable" ,
210+ " Environment :: Web Environment" ,
211+ " License :: OSI Approved :: MIT License" ,
212+ " Operating System :: POSIX" ,
213+ " Programming Language :: Python :: 3 :: Only" ,
214+ " Programming Language :: Python :: 3.12" ,
215215]
216216dynamic = [
217- " version" ,
217+ " version" ,
218218]
219219dependencies = [
220- " requests" ,
221- " urllib3" ,
222- " VWS-Auth-Tools" ,
220+ " requests" ,
221+ " urllib3" ,
222+ " VWS-Auth-Tools" ,
223223]
224224[project .optional-dependencies ]
225225dev = [
226- " check-manifest==0.49" ,
227- " doc8==1.1.1" ,
228- " dodgy==0.2.1" ,
229- " freezegun==1.4.0 " ,
230- " furo==2023.9.10" ,
231- " mypy==1.8.0 " ,
232- " pdm==2.12.2" ,
233- " pip_check_reqs==2.5.3" ,
234- " pydocstyle==6.3" ,
235- " pyenchant==3.2.2" ,
236- " Pygments==2.17.2" ,
237- " pylint==3.0.3" ,
238- " pyproject-fmt==1.6.0 " ,
239- " pyright==1.1.348" ,
240- " pyroma==4.2" ,
241- " pytest==7.4.4" ,
242- " pytest-cov==4.1" ,
243- " PyYAML==6.0.1" ,
244- " ruff==0.1.14" ,
245- " Sphinx==7.2.6" ,
246- " sphinx-autodoc-typehints==1.25.2" ,
247- " sphinx-prompt==1.8" ,
248- " Sphinx-Substitution-Extensions==2022.2.16" ,
249- " sphinxcontrib-spelling==8" ,
250- " sybil==6.0.2" ,
251- " types-requests==2.31.0.20240106" ,
252- " vulture==2.11" ,
253- " VWS-Python-Mock==2024.1.21" ,
254- " VWS-Test-Fixtures==2023.3.5" ,
226+ " check-manifest==0.49" ,
227+ " doc8==1.1.1" ,
228+ " dodgy==0.2.1" ,
229+ " freezegun==1.4" ,
230+ " furo==2023.9.10" ,
231+ " mypy==1.8" ,
232+ " pdm==2.12.2" ,
233+ " pip_check_reqs==2.5.3" ,
234+ " pydocstyle==6.3" ,
235+ " pyenchant==3.2.2" ,
236+ " Pygments==2.17.2" ,
237+ " pylint==3.0.3" ,
238+ " pyproject-fmt==1.7 " ,
239+ " pyright==1.1.348" ,
240+ " pyroma==4.2" ,
241+ " pytest==7.4.4" ,
242+ " pytest-cov==4.1" ,
243+ " PyYAML==6.0.1" ,
244+ " ruff==0.1.14" ,
245+ " Sphinx==7.2.6" ,
246+ " sphinx-autodoc-typehints==1.25.2" ,
247+ " sphinx-prompt==1.8" ,
248+ " Sphinx-Substitution-Extensions==2022.2.16" ,
249+ " sphinxcontrib-spelling==8" ,
250+ " sybil==6.0.2" ,
251+ " types-requests==2.31.0.20240106" ,
252+ " vulture==2.11" ,
253+ " VWS-Python-Mock==2024.1.21" ,
254+ " VWS-Test-Fixtures==2023.3.5" ,
255255]
256256[project .urls ]
257257Documentation = " https://vws-python.readthedocs.io/en/latest/"
@@ -268,6 +268,10 @@ vws = ["py.typed"]
268268
269269[tool .setuptools_scm ]
270270
271+ [tool .pyproject-fmt ]
272+ indent = 4
273+ keep_full_version = false
274+
271275[tool .pyright ]
272276
273277typeCheckingMode = " strict"
0 commit comments