Fix using MANIFEST.in for wheel too
sdist always read MANIFEST.in, wheel used `package_data` setting.fix_request_path_info
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