diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-09-06 04:05:38 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-09-06 04:05:53 +0000 |
commit | c18286b8746318f614becc9c518452d6b7c47c49 (patch) | |
tree | b63f0fb77dc26d49f03fa711d4118f1d10449020 /setup.py | |
parent | Releasing debian version 0.15.2-2. (diff) | |
download | gita-c18286b8746318f614becc9c518452d6b7c47c49.tar.xz gita-c18286b8746318f614becc9c518452d6b7c47c49.zip |
Merging upstream version 0.15.7.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,14 +7,14 @@ with open('README.md', encoding='utf-8') as f: setup( name='gita', packages=['gita'], - version='0.15.2', + version='0.15.7', license='MIT', description='Manage multiple git repos with sanity', long_description=long_description, long_description_content_type='text/markdown', url='https://github.com/nosarthur/gita', platforms=['linux', 'osx', 'win32'], - keywords=['git', 'manage multiple repositories'], + keywords=['git', 'manage multiple repositories', 'cui', 'command-line'], author='Dong Zhou', author_email='zhou.dong@gmail.com', entry_points={'console_scripts': ['gita = gita.__main__:main']}, |