diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2015-02-10 00:33:57 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2015-02-10 00:33:57 +0100 |
commit | 98fb113994b30117dc2fb302e681d8196066559e (patch) | |
tree | 6afec0c727eb07289612b60f3c180560e05d6c93 /setup.py | |
parent | 0406bedcd5ea73d4d96657818cae6fc3bdbb100c (diff) | |
download | yamlish-98fb113994b30117dc2fb302e681d8196066559e.tar.gz |
Move URL to gitlab
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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'], |