Spaces:
Running
Running
[email protected]
commited on
Commit
·
c2dea94
1
Parent(s):
d47e7bb
Fix description ( lower or equal to 60 characters long )
Browse files- pyproject.toml +2 -2
pyproject.toml
CHANGED
|
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
|
| 5 |
[project]
|
| 6 |
name = "amazon-this-object"
|
| 7 |
version = "0.1.0"
|
| 8 |
-
description = "Get a link on Amazon, to buy a similar object you have.
|
| 9 |
readme = "README.md"
|
| 10 |
requires-python = ">=3.10"
|
| 11 |
dependencies = [
|
|
@@ -24,4 +24,4 @@ include-package-data = true
|
|
| 24 |
where = ["."]
|
| 25 |
|
| 26 |
[tool.setuptools.package-data]
|
| 27 |
-
amazon_this_object = ["**/*"] # Also include all non-.py files
|
|
|
|
| 5 |
[project]
|
| 6 |
name = "amazon-this-object"
|
| 7 |
version = "0.1.0"
|
| 8 |
+
description = "Get a link on Amazon, to buy a similar object you have."
|
| 9 |
readme = "README.md"
|
| 10 |
requires-python = ">=3.10"
|
| 11 |
dependencies = [
|
|
|
|
| 24 |
where = ["."]
|
| 25 |
|
| 26 |
[tool.setuptools.package-data]
|
| 27 |
+
amazon_this_object = ["**/*"] # Also include all non-.py files
|