akolpakov / django-unused-media

Remove unused media files from Django project
MIT License
124 stars 24 forks source link

exclude tests directory from release #40

Closed Gagaro closed 3 years ago

Gagaro commented 3 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.