diff --git a/setup.py b/setup.py index ff4d9720a..a45b2b589 100755 --- a/setup.py +++ b/setup.py @@ -94,4 +94,7 @@ setup( "License :: OSI Approved :: Apache Software License", "Topic :: Software Development :: Testing", ], + project_urls={ + "Documentation": "http://docs.getmoto.org/en/latest/", + }, )