setup: Add homepage URL

This commit is contained in:
William Woodruff 2020-03-18 11:48:45 -04:00
parent 322bd6ad14
commit d57f02a187
No known key found for this signature in database
GPG Key ID: 70F70A3979DDCED3

View File

@ -76,6 +76,7 @@ extension_mod = Extension(
setup( setup(
name="pepy", name="pepy",
url="https://github.com/trailofbits/pe-parse",
python_requires=">= 3.6", python_requires=">= 3.6",
version=VERSION, version=VERSION,
description="Python bindings for pe-parse", description="Python bindings for pe-parse",