mirror of
https://github.com/django-polymorphic/django-polymorphic.git
synced 2026-02-08 07:49:27 +03:00
Fix using MANIFEST.in for wheel too
sdist always read MANIFEST.in, wheel used `package_data` setting.
This commit is contained in:
parent
1f1096046e
commit
741f7fdf5f
|
|
@ -3,4 +3,4 @@ include LICENSE
|
|||
include DOCS.rst
|
||||
include CHANGES.rst
|
||||
recursive-include polymorphic/static *.js *.css
|
||||
recursive-include polymorphic/templates *
|
||||
recursive-include polymorphic/templates *.html
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user