Browse Source

Fix incorrect package data

test_fixup
Clifton Barnes 2 years ago
parent
commit
bf8bdfa8e9
No known key found for this signature in database GPG Key ID: 4D011A1BC4B239D7
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      setup.py

+ 1
- 4
setup.py View File

@@ -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',


Loading…
Cancel
Save