Metadata-Version: 2.1
Name: django-rungunicorn
Version: 0.1.0
Summary: Django management command starting gunicorn web server.
Home-page: https://github.com/jwygoda/django-rungunicorn
License: MIT
Author: Jarosław Wygoda
Author-email: jaroslaw@wygoda.me
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Django (>=4.0,<5.0)
Requires-Dist: gunicorn (>=20.1.0,<21.0.0)
Project-URL: Repository, https://github.com/jwygoda/django-rungunicorn
