diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-17 07:26:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-17 07:26:43 +0000 |
commit | 8fd7f9bfed753dbaa5543747569b4c2543aff03d (patch) | |
tree | 1b8854ec7e68bb7daf7e8b7db657669d930a99be /setup.py | |
parent | Releasing debian version 0.12.9-1. (diff) | |
download | gita-8fd7f9bfed753dbaa5543747569b4c2543aff03d.tar.xz gita-8fd7f9bfed753dbaa5543747569b4c2543aff03d.zip |
Merging upstream version 0.15.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -7,7 +7,7 @@ with open('README.md', encoding='utf-8') as f: setup( name='gita', packages=['gita'], - version='0.12.7', + version='0.15.1', license='MIT', description='Manage multiple git repos with sanity', long_description=long_description, @@ -18,7 +18,6 @@ setup( author='Dong Zhou', author_email='zhou.dong@gmail.com', entry_points={'console_scripts': ['gita = gita.__main__:main']}, - install_requires=['pyyaml>=5.1'], python_requires='~=3.6', classifiers=[ "Development Status :: 4 - Beta", |