Skip to content

Commit 3e53456

Browse files
committed
Fix deployment issue and re-release 1.6.3
A long_description is required for the project to be published, the README.rst is used for this. Tested with twine check.
1 parent b2eee54 commit 3e53456

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ license = {file = "LICENSE.rst"}
44
authors = [{name = "Jason Kirtland", email = "[email protected]"}]
55
maintainers = [{name = "Pallets Ecosystem", email = "[email protected]"}]
66
description = "Fast, simple object-to-object and broadcast signaling"
7+
readme = "README.rst"
78
keywords = [
89
"signal",
910
"emit",

0 commit comments

Comments
 (0)