From 3ca4199db1a3bc4bd9a408ff2b86fc20ee477e41 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Wed, 16 May 2012 00:46:42 +0200 Subject: [PATCH] Add a download_url for pypi --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 15358e6..8016e2c 100755 --- a/setup.py +++ b/setup.py @@ -21,6 +21,7 @@ setup(name = "pyxattr", author = author, author_email = author_email, url = "http://pyxattr.k1024.org/", + download_url = "https://github.com/iustin/pyxattr/downloads", license = "LGPL", ext_modules = [Extension("xattr", ["xattr.c"], libraries=["attr"], -- 2.39.5