Bogdanp / django_dramatiq

A Django app that integrates with Dramatiq.
https://dramatiq.io
Other
331 stars 77 forks source link

Updated setup.py to include relevant information for django packages #39

Closed JackAtOmenApps closed 5 years ago

JackAtOmenApps commented 5 years ago

Django Packages uses setup.py to determine whether a package supports Python 3.

django_dramatiq's django packages entry currently does not show that Python 3 is supported.

This pull request simply updates setup.py to show support for Python 2.7+ & 3.4+ and django 1.11+

Bogdanp commented 5 years ago

Thanks! I've rebased and merged your changes, dropping the classifiers for Python 3.4 and lower since those versions are not supported. I'll cut a release in a few minutes.