Metadata-Version: 2.1
Name: simple-upload
Version: 1.0.1
Summary: A script to re-build and upload your package without having to remember the exact commands
Home-page: https://gitlab.com/0100001001000010/simple-upload
Author: Bruce Blore
Author-email: bruceblore@protonmail.com
License: UNKNOWN
Description: # simple-upload
        
        A script to re-build and upload your package without having to remember the exact commands
        
        ## Getting Started
        
        ### Prerequisites
        
        No dependencies. Yay!
        
        ### Installing
        
        ```
        pip install simple-upload
        ```
        
        ## Running
        
        ```
        pip-upload
        ```
        
        ## Versioning
        
        We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags). 
        
        ## License
        
        This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
