Skip to content

Commit

Permalink
Version 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cabarnes committed Aug 12, 2022
1 parent 890b67f commit 0847792
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,10 @@


name = 'python-libarchive'
version = '4.1.0'
release = '1'
versrel = version + '-' + release
version = '4.1.1'
readme = 'README.rst'
download_url = "http://" + name + ".googlecode.com/files/" + name + "-" + \
versrel + ".tar.gz"
version + ".tar.gz"
repourl = 'https://github.com/smartfile/python-libarchive'
long_description = open(readme).read()

Expand Down Expand Up @@ -101,7 +99,7 @@ def build_extension(self, ext):

setup(
name=name,
version=versrel,
version=version,
description='A libarchive wrapper for Python supporting password protection.',
long_description=long_description,
license='BSD-style license',
Expand Down

0 comments on commit 0847792

Please sign in to comment.