Patreon / patreon-python

Interact with the Patreon API via OAuth
Apache License 2.0
122 stars 33 forks source link

Use find_packages to include missing submodules #7

Closed luizirber closed 8 years ago

luizirber commented 8 years ago

The package available in PyPI is broken, it doesn't include patreon.{jsonapi,schemas,version_compatibility}. This PR fixes it by using the find_packages function from setuptools, instead of listing every submodule explicitly.

21echoes commented 8 years ago

thanks so much for noticing this! 😥 0.3.1 is now pushed