Metadata-Version: 2.1
Name: gitmantool
Version: 0.1
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
Description: # gitmanager
        Console tool for manage projects on github/gitlab
        
        ## Usage
        
        
        ## Developer section
        
        ### Create new version
        
        Update version number on file [setup.py](setup.py)
        
        Build package:
        
            python setup.py sdist bdist_wheel
        
        Upload 
            
            twine upload -r pypi --skip-existing dist/*'
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
