akolpakov / django-unused-media

Remove unused media files from Django project
MIT License
125 stars 25 forks source link

exclude tests directory from release #40

Closed Gagaro closed 4 years ago

Gagaro commented 4 years ago

The tests directory is included in the release, which conflicts with my own tests module.

You'll also have to remove django_unused_media.egg-info locally for this to work.