diff options
| author | 2023-07-04 13:28:24 +0800 | |
|---|---|---|
| committer | 2023-07-04 13:28:24 +0800 | |
| commit | 0a096ba4fb319ef8c02721eb7b49e9e3296a44b7 (patch) | |
| tree | 4817cbdd56405434fcdc9121b14745b22baa6aa4 | |
| parent | c9334280dff0c0527696dbee4089ba397a21d20c (diff) | |
| download | infini-0a096ba4fb319ef8c02721eb7b49e9e3296a44b7.tar.gz infini-0a096ba4fb319ef8c02721eb7b49e9e3296a44b7.zip | |
Update pyproject.toml
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 358cc776..5562bf86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ python = ">=3.8" class = "poetry_plugin.plugin.Plugin" [tool.poetry.scripts] -HydroRollCore = "HydroRollCore.__init__:main" +HydroRollCore = "HydroRollCore.main:main" [tool.poetry.group.dev.dependencies] black = "^23.1.0" |
