Skip to content
This repository was archived by the owner on Jun 29, 2022. It is now read-only.

Commit f77041c

Browse files
committed
update toml
1 parent 0a7ed58 commit f77041c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.1.0"
44
description = "A Cloudflare API wrapper for Python with asyncio support"
55
authors = ["Stewart Wong <[email protected]>"]
66
license = "MIT"
7+
readme = "README.rst"
78
homepage = "https://github.com/stewart86/aiocloudflare"
89
repository = "https://github.com/stewart86/aiocloudflare"
910
classifiers = [
@@ -54,7 +55,7 @@ show_column_numbers = true
5455
show_error_codes = true
5556
show_error_context = true
5657

57-
# ignoring typing on scripts/
58+
# ignoring typing on scripts
5859

5960
[[tool.mypy.overrides]]
6061
module = "scripts.*"

0 commit comments

Comments
 (0)