diff options
author | Matěj Cepl <mcepl@redhat.com> | 2012-07-18 00:03:54 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2013-08-22 18:41:49 +0200 |
commit | db97438a415488eda218617cf161bfdf8e2c1586 (patch) | |
tree | cca6de195ee3b540a4bb0f532805ea4b47d8e8a7 /setup.py | |
parent | dbd47fe3e0002d9a9c1975075d7435a15b87fb51 (diff) | |
download | yamlish-db97438a415488eda218617cf161bfdf8e2c1586.tar.gz |
Just changing git repository of the package.0.10
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ setup( description='Python implementation of YAMLish', author='Matěj Cepl', author_email='mcepl@redhat.com', - url='https://gitorious.org/yamlish', + url='http://luther.ceplovi.cz/git/?p=yamlish.git;a=summary', py_modules=['yamlish'], long_description=read("README.txt"), keywords=['TAP', 'YAML', 'yamlish'], |