Metadata-Version: 2.1
Name: shopcloud_django_toolbox
Version: 1.3.0
Summary: Django tool
Home-page: https://github.com/Talk-Point/shopcloud-django-toolbox
Author: Konstantin Stoldt
Author-email: konstantin.stoldt@talk-point.de
License: MIT
Keywords: CLI
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# Django Toolbox

## install

```sh
$ pip install shopcloud-django-toolbox
```

## deploy

```sh
$ version in setup.py ändern und dann ...
$ pip3 install wheel twine
$ python3 setup.py sdist bdist_wheel
$ twine upload dist/* 
```

