mplanchard / falcon-marshmallow

Marshmallow serialization/deserialization middleware for Falcon
MIT License
4 stars 2 forks source link

Add setup flag to distribute type information #12

Closed mplanchard closed 5 years ago

mplanchard commented 5 years ago

I have just learned about PEP-561, which states that type information specified in a python distribution is not distributed when it is packaged unless there is a flag in the package_data argument to setup. This adds that argument.