diff --git a/pyproject.toml b/pyproject.toml index b7dbf5c..593193f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ version = "11.1.0" authors = [ {name = "Josh Holbrook", email = "josh.holbrook@gmail.com"} ] +urls = {Repository = "https://github.com/jfhbrook/pyee", Documentation = "https://pyee.readthedocs.io"} description = "A rough port of Node.js's EventEmitter to Python with a few tricks of its own" readme = "README.md" keywords = ["events", "emitter", "node.js", "node", "eventemitter", "event_emitter"]