From 98fb113994b30117dc2fb302e681d8196066559e Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Tue, 10 Feb 2015 00:33:57 +0100 Subject: Move URL to gitlab --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f94b549..04ffa5f 100644 --- a/setup.py +++ b/setup.py @@ -12,11 +12,11 @@ def read(fname): setup( name='yamlish', - version="0.17.0", + version="0.17.1", description='Python implementation of YAMLish', author='Matěj Cepl', author_email='mcepl@redhat.com', - url='https://github.com/mcepl/yamlish/', + url='https://gitlab.com/mcepl/yamlish/', py_modules=['yamlish'], long_description=read("README.rst"), keywords=['TAP', 'YAML', 'yamlish'], -- cgit