diff --git a/setup.py b/setup.py index cc8b3a2..79fbfc4 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python from setuptools import setup, find_packages -VERSION = '1.5.5' +VERSION = '1.5.4' setup( name='tmule', @@ -18,6 +18,8 @@ author='Marc Hanheide', author_email='marc@hanheide.net', url='https://github.com/marc-hanheide/TMuLe', + download_url='https://github.com/marc-hanheide/TMuLe/archive/%s.tar.gz' + % VERSION, # I'll explain this in a second keywords=['autobahn', 'twisted', 'libtmux'], classifiers=[], include_package_data=True,