chore: rename api_client to api-client (#1727)

This commit is contained in:
Jonas L 2022-04-04 10:25:38 +02:00 committed by GitHub
parent e623c1f0df
commit fef38fb131
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 6 additions and 6 deletions

11
api-client/pyproject.toml Normal file
View file

@ -0,0 +1,11 @@
[tool.pylint.messages_control]
extension-pkg-whitelist = "pydantic"
disable = [
"missing-class-docstring",
"missing-function-docstring",
"missing-module-docstring",
]
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"