Skip to content

Commit ae79f2c

Browse files
authored
Merge pull request #24 from smartfile/package-metadata
Fix incorrect package data
2 parents 0847792 + bf8bdfa commit ae79f2c

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@
5050
name = 'python-libarchive'
5151
version = '4.1.1'
5252
readme = 'README.rst'
53-
download_url = "http://" + name + ".googlecode.com/files/" + name + "-" + \
54-
version + ".tar.gz"
5553
repourl = 'https://github.com/smartfile/python-libarchive'
5654
long_description = open(readme).read()
5755

@@ -105,9 +103,8 @@ def build_extension(self, ext):
105103
license='BSD-style license',
106104
platforms=['any'],
107105
author='Vadim Lebedev, Ben Timby, Travis Cunningham, Ryan Johnston, SmartFile',
108-
author_email='vadiml1024@gmail.com',
106+
author_email='tech@smartfile.com',
109107
url=repourl,
110-
download_url=download_url,
111108
packages=['libarchive'],
112109
classifiers=[
113110
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)