Metadata-Version: 2.1
Name: django-kinder-settings
Version: 0.1.8
Summary: A kinder sort of django settings
Home-page: https://github.com/michalporeba/odis/packages/django-kinder-settings
Author: Michal Poreba
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Django :: 4.0
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Description-Content-Type: text/markdown

## How to build

in the package root directory do the following

```
pipenv shell
python setup.py pytest
python setup.py bdist_wheel
```

then in the project that needs it

```
pip install /path/to/*.whl
```

