Metadata-Version: 2.1
Name: py_co_commit
Version: 0.1
Summary: An easy way to create a commit with multiple authors
Home-page: https://github.com/vincentdnl/py-co-commit.git
Author: Vincent Déniel
Author-email: vincentdnl@users.noreply.github.com
License: apache-2.0
Description: # 👥 py_co_commit
        
        An easy way to create a commit with multiple authors. 
        
        Give credit to other developers when pair programming!
        
        ## ⚙️ How does it work?
        
        It uses this [feature](https://help.github.com/articles/creating-a-commit-with-multiple-authors) on Github and adds `Co-authored-by` trailers to the commit's message.
        
        ## ⬇️ Installation
        
        `pip install py_co_commit`
        
        ## 🐚 Usage
        
        Just use the `py_co_commit` command.
        
        If you are using virtualenv, check that it is activated!
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
