We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 890b67f commit 0847792Copy full SHA for 0847792
1 file changed
setup.py
@@ -48,12 +48,10 @@
48
49
50
name = 'python-libarchive'
51
-version = '4.1.0'
52
-release = '1'
53
-versrel = version + '-' + release
+version = '4.1.1'
54
readme = 'README.rst'
55
download_url = "http://" + name + ".googlecode.com/files/" + name + "-" + \
56
- versrel + ".tar.gz"
+ version + ".tar.gz"
57
repourl = 'https://github.com/smartfile/python-libarchive'
58
long_description = open(readme).read()
59
@@ -101,7 +99,7 @@ def build_extension(self, ext):
101
99
102
100
setup(
103
name=name,
104
- version=versrel,
+ version=version,
105
description='A libarchive wrapper for Python supporting password protection.',
106
long_description=long_description,
107
license='BSD-style license',
0 commit comments