Metadata-Version: 2.1
Name: justpub
Version: 0.1.1
Summary: Publish your python module to pypi with merely one command. 
Home-page: https://github.com/Buggist/Just-Pub
Author: buggist
Author-email: 316114933@qq.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: setuptools
Requires-Dist: twine
Requires-Dist: wheel

# Just-Pub
Shut up and just publish it!

Publish your python module to pypi with merely one command. 

## Install
```
pip install justpub
```

## Usage
path/to/where_your_package_are>
```
justpub <your-package-name> <your-pypi-api-token>
```

Then your package will be publish to pypi.org automatically, 

all configurations are configged with a meanless default value.

You can complete your package information anytime you want (or never 😈)!
