Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit ea295f0

Browse files
committed
Fix package metadata
1 parent 2db7d14 commit ea295f0

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pyproject.toml

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[project]
22
name = "cloudflare-cli4"
3-
version = "2.19.4"
3+
version = "2.19.4-2"
44
readme = "README.md"
5-
description = "Python wrapper for the Cloudflare v4 API"
5+
description = "Command line tool to interact with Cloudflare API v4"
66
authors = [
7-
{ name = "Martin J. Levy", email = "[email protected]" },
87
{ name = "Stainless Inc.", email = "[email protected]" },
8+
{ name = "Martin J. Levy", email = "[email protected]" },
99
]
1010
classifiers = [
1111
"Development Status :: 5 - Production/Stable",
@@ -29,9 +29,8 @@ keywords = ["cloudflare", "API", "wrapper"]
2929
dependencies = ["requests", "pyyaml", "jsonlines"]
3030

3131
[project.urls]
32-
documentation = "https://python-cloudflare.readthedocs.io/"
33-
api-documentation = "https://developers.cloudflare.com/api/"
34-
source-code = "https://github.com/cloudflare/python-cloudflare"
32+
documentation = "https://github.com/stainless-api/python-cloudflare-cli4"
33+
source-code = "https://github.com/stainless-api/python-cloudflare-cli4"
3534

3635
[project.scripts]
3736
cli4 = "cli4.__main__:main"

0 commit comments

Comments
 (0)