We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75cc6a commit ea01db2Copy full SHA for ea01db2
13426/pyproject.toml
@@ -3,16 +3,16 @@ requires = ["setuptools>=64"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
6
-name = "<snipped>"
+name = "test"
7
version = "0.1.0"
8
-description = "<snipped>"
+description = "test"
9
readme = "README.md"
10
requires-python = ">=3.11"
11
license = "LicenseRef-Proprietary"
12
authors = [
13
- {name = "<snipped>"}
+ {name = "test"}
14
]
15
-keywords = [<snipped>]
+keywords = ["test"]
16
classifiers = [
17
"Development Status :: 3 - Alpha",
18
"Environment :: Web Environment",
@@ -60,8 +60,8 @@ dependencies = [
60
61
62
[project.urls]
63
-Homepage = "<snipped>"
64
-Repository = "<snipped>"
+Homepage = "test"
+Repository = "test"
65
66
[dependency-groups]
67
dev = [
0 commit comments