aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2015-02-10 00:33:57 +0100
committerMatěj Cepl <mcepl@cepl.eu>2015-02-10 00:33:57 +0100
commit98fb113994b30117dc2fb302e681d8196066559e (patch)
tree6afec0c727eb07289612b60f3c180560e05d6c93
parent0406bedcd5ea73d4d96657818cae6fc3bdbb100c (diff)
downloadyamlish-98fb113994b30117dc2fb302e681d8196066559e.tar.gz
Move URL to gitlab
-rw-r--r--setup.py4
1 files 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'],