Skip to content

Commit 8d33860

Browse files
authored
Update pyproject.toml
1 parent bd9feb3 commit 8d33860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools", "setuptools_scm", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "render_engine_parsers"
6+
name = "render_engine_parser"
77
dynamic = ["version"]
88
description = "Parser System for Render Engine"
99
readme = "README.md"
@@ -41,4 +41,4 @@ select = ["E", "F", "I", "UP"]
4141
target-version = "py311"
4242
line-length = 120
4343
src = ["src"]
44-
ignore-init-module-imports = true
44+
ignore-init-module-imports = true

0 commit comments

Comments
 (0)