mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
* Add GitHub Actions test workflow. * Add django version env var handling to tox config. * Update badges. * Add release workflow. * Remove Travis. * Fix typo. * Fix more typos. * Write coverage.xml. * Remove the need for the VERSION file. * Simplify demo setup.py. * Remove VERSION file. * Update demo/setup.py * Update setup.py
8 lines
171 B
Text
8 lines
171 B
Text
recursive-include django_downloadview *
|
|
global-exclude *.pyc
|
|
include AUTHORS
|
|
include CHANGELOG
|
|
include CONTRIBUTING.rst
|
|
include INSTALL
|
|
include LICENSE
|
|
include README.rst
|