We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e483d06 commit c38bc2eCopy full SHA for c38bc2e
pyproject.toml
@@ -1,5 +1,5 @@
1
[project]
2
-name = "ayon-python-api"
+name = "ayon_python_api"
3
version = "1.2.2-dev"
4
description = "AYON Python API"
5
license = {file = "LICENSE"}
@@ -27,7 +27,7 @@ requires = ["poetry-core>=1.0.0"]
27
build-backend = "poetry.core.masonry.api"
28
29
[tool.poetry]
30
31
32
33
authors = [
setup.py
@@ -10,7 +10,7 @@
10
exec(open(VERSION_PATH).read(), _version_content)
11
12
setup(
13
- name="ayon_api",
+ name="ayon_python_api",
14
version=_version_content["__version__"],
15
py_modules=["ayon_api"],
16
packages=["ayon_api", "ayon_api._api_helpers"],
0 commit comments