diff --git a/setup.py b/setup.py index 9beb85d..11a4607 100644 --- a/setup.py +++ b/setup.py @@ -76,6 +76,7 @@ extension_mod = Extension( setup( name="pepy", + url="https://github.com/trailofbits/pe-parse", python_requires=">= 3.6", version=VERSION, description="Python bindings for pe-parse",