diff options
| author | 2023-07-04 13:26:42 +0800 | |
|---|---|---|
| committer | 2023-07-04 13:26:42 +0800 | |
| commit | 53375c0e2e827434cb6d54af1f5160fb2981db9f (patch) | |
| tree | 2ac4ed0ea51525b4aeb23cb4f7d9a81c82d0ae3c /setup.cfg | |
| parent | f3f76d292f8b77c0fe82118df15b09570fb94f63 (diff) | |
| download | infini-53375c0e2e827434cb6d54af1f5160fb2981db9f.tar.gz infini-53375c0e2e827434cb6d54af1f5160fb2981db9f.zip | |
Delete setup.cfg
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index 685b7e72..00000000 --- a/setup.cfg +++ /dev/null @@ -1,61 +0,0 @@ -[tool.poetry] -name = "HydroRollCore" -version = "0.1.1" -authors = ["简律纯 <i@jyunko.cn>"] -description = "Core of HydroRoll." -readme = "README.md" -keywords = ["HydroRoll", "core"] -homepage = "https://github.com/HydoRoll-Team/HydroRollCore" - -[tool.poetry.dependencies] -python = ">=3.8" -tomli = { version = "^2.0.0", python = "<3.11" } -pydantic = "^1.10.0" -loguru = "^0.6.0" -typing-extensions = "^4.4.0" - -[tool.poetry.plugins."poetry-plugin"] -class = "poetry_plugin.plugin.Plugin" - -[tool.poetry.scripts] -HydroRollCore = "HydroRollCore.__init__:main" - -[tool.poetry.group.dev.dependencies] -black = "^23.1.0" -isort = "^5.12.0" -pre-commit = "^3.1.0" -pre-commit-hooks = "^4.4.0" - -[tool.black] -target-version = ["py38", "py39", "py310", "py311"] - -[tool.isort] -profile = "black" -length_sort = true -skip_gitignore = true -force_sort_within_sections = true -src_paths = ["HydroRollCore", "tests"] -extra_standard_library = ["typing_extensions"] - -[tool.pyright] -exclude = ["tests"] -pythonVersion = "3.8" -pythonPlatform = "All" -typeCheckingMode = "strict" -reportImportCycles = false -reportIncompatibleMethodOverride = false -reportMissingTypeArgument = false -reportMissingTypeStubs = false -reportUnknownArgumentType = false -reportUnknownLambdaType = false -reportUnknownMemberType = false -reportUnknownParameterType = false -reportUnknownVariableType = false -reportUnnecessaryIsInstance = false - -[tool.pydantic-pycharm-plugin] -ignore-init-method-arguments = true - -[build-system] -requires = ["poetry-core>=1.0.0"] -build-backend = "poetry.core.masonry.api" |
