Metadata-Version: 2.1
Name: gitmantool
Version: 0.2
Summary: Console tool for manage projects on github/gitlab
Home-page: https://github.com/katmai1/gitmanager
Author: katmai
Author-email: katmai.mobil@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: docopt
Requires-Dist: pygithub
Requires-Dist: gitlab

# gitmanager
Console tool for manage projects on github/gitlab

## Usage


## Developer section

### Create new version

Update version number on file [setup.py](setup.py)

git commit all changes

git tag 0.1 -m "tag description"

git push --tags origin master

Build package:

    python setup.py sdist bdist_wheel

Upload 

    twine upload -r pypi --skip-existing dist/*'


