Upload pyproject.toml with huggingface_hub
Browse files- pyproject.toml +3 -1
pyproject.toml
CHANGED
|
@@ -20,7 +20,9 @@ classifiers = [
|
|
| 20 |
dependencies = []
|
| 21 |
|
| 22 |
[project.urls]
|
| 23 |
-
Homepage = "https://
|
|
|
|
|
|
|
| 24 |
|
| 25 |
[tool.setuptools]
|
| 26 |
packages = ["aztext"]
|
|
|
|
| 20 |
dependencies = []
|
| 21 |
|
| 22 |
[project.urls]
|
| 23 |
+
Homepage = "https://github.com/kamaalg/aztext"
|
| 24 |
+
Repository = "https://github.com/kamaalg/aztext"
|
| 25 |
+
"Hugging Face" = "https://huggingface.co/kamaalg/aztext"
|
| 26 |
|
| 27 |
[tool.setuptools]
|
| 28 |
packages = ["aztext"]
|