Spaces:
Running
Running
| [project] | |
| name = "vic" | |
| version = "1.0.0" | |
| description = "Vocabulary-free Image Classification" | |
| readme = "README.md" | |
| requires-python = ">=3.9,<3.11" | |
| license = {file = "LICENCE"} | |
| authors = [{name = "Alessandro Conti", email = "[email protected]"}] | |
| classifiers = ["License :: OSI Approved :: MIT License"] | |
| [tool.black] | |
| line_length = 99 | |
| [tool.flake8] | |
| count = true | |
| ignore = ["E402"] | |
| per-file-ignores = ["__init__.py:F401"] | |
| exclude = [] | |
| max-line-length = 99 | |
| [tool.isort] | |
| profile = "black" | |
| line_length = 99 | |