| [build-system] | |
| requires = ["setuptools", "wheel"] | |
| build-backend = "setuptools.build_meta" | |
| [project] | |
| name = "symmetric_test" | |
| version = "0.1.0" | |
| description = "Classifies images of numbers from 0-9" | |
| readme = "README.md" | |
| requires-python = ">=3.8" | |
| authors = [ | |
| { name = "SupremoUGH" } | |
| ] | |
| license = { text = "MIT License" } | |
| dependencies = [] # Add dependencies here if needed | |
| [project.urls] | |
| Homepage = "https://huggingface.co/SupremoUGH/symmetric_test" | |
| [tool.setuptools.packages.find] | |
| include = ["symmetric_test"] # Ensure it finds the correct package | |