Metadata-Version: 2.1
Name: simple-upload
Version: 1.0.0
Summary: A script to re-build and upload your package without having to remember the exact commands
Home-page: https://example.com
Author: Bruce Blore
Author-email: bruceblore@protonmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# 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


