From bf8bdfa8e9cc659af2370ae294aa3e5c75de6d6b Mon Sep 17 00:00:00 2001 From: Clifton Barnes Date: Mon, 15 Aug 2022 14:31:36 -0400 Subject: [PATCH] Fix incorrect package data --- setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.py b/setup.py index a23f257..a623766 100644 --- a/setup.py +++ b/setup.py @@ -50,8 +50,6 @@ else: name = 'python-libarchive' version = '4.1.1' readme = 'README.rst' -download_url = "http://" + name + ".googlecode.com/files/" + name + "-" + \ - version + ".tar.gz" repourl = 'https://github.com/smartfile/python-libarchive' long_description = open(readme).read() @@ -105,9 +103,8 @@ setup( license='BSD-style license', platforms=['any'], author='Vadim Lebedev, Ben Timby, Travis Cunningham, Ryan Johnston, SmartFile', - author_email='vadiml1024@gmail.com', + author_email='tech@smartfile.com', url=repourl, - download_url=download_url, packages=['libarchive'], classifiers=[ 'Development Status :: 4 - Beta',