studybuffalo / django-flexible-subscriptions

A subscription and recurrent billing application for Django.
GNU General Public License v3.0
249 stars 57 forks source link

pypi package is missing the 'management' folder #143

Closed steuke closed 4 years ago

steuke commented 4 years ago

Hi Joshua,

first of all, thanks for making your project available!

I was following the docs when I noticed that the management folder (and thus command) is missing from the distribution-files. Is this on purpose?

Best, Stefan

studybuffalo commented 4 years ago

Nope, definitely not intended. I suspect I forgot to include it in the setup.py. I'll try and get that fixed up tonight and push out a new version. Thanks for catching that!