django-polymorphic/MANIFEST.in
Diederik van der Boor 741f7fdf5f Fix using MANIFEST.in for wheel too
sdist always read MANIFEST.in, wheel used `package_data` setting.
2016-09-02 12:42:22 +02:00

7 lines
167 B
Plaintext

include README.rst
include LICENSE
include DOCS.rst
include CHANGES.rst
recursive-include polymorphic/static *.js *.css
recursive-include polymorphic/templates *.html