Adding upstream version 0.15.7.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
d8a18b006a
commit
6204f01115
10 changed files with 324 additions and 206 deletions
4
setup.py
4
setup.py
|
@ -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']},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue