Skip to content

Commit c38bc2e

Browse files
committed
change project name to 'ayon_python_api'
1 parent e483d06 commit c38bc2e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "ayon-python-api"
2+
name = "ayon_python_api"
33
version = "1.2.2-dev"
44
description = "AYON Python API"
55
license = {file = "LICENSE"}
@@ -27,7 +27,7 @@ requires = ["poetry-core>=1.0.0"]
2727
build-backend = "poetry.core.masonry.api"
2828

2929
[tool.poetry]
30-
name = "ayon-python-api"
30+
name = "ayon_python_api"
3131
version = "1.2.2-dev"
3232
description = "AYON Python API"
3333
authors = [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
exec(open(VERSION_PATH).read(), _version_content)
1111

1212
setup(
13-
name="ayon_api",
13+
name="ayon_python_api",
1414
version=_version_content["__version__"],
1515
py_modules=["ayon_api"],
1616
packages=["ayon_api", "ayon_api._api_helpers"],

0 commit comments

Comments
 (0)