drckf / paysage

Unsupervised learning and generative models in python/pytorch.
Other
119 stars 25 forks source link

Fix PyPi Distribution 2.0 #116

Closed drckf closed 6 years ago

drckf commented 6 years ago

Installation through pypi with pip requires some additional code in the MANIFEST.in and setup.py files. Currently, the pypi installation appears to work ... until you go to actually import paysage because it fails to find the backends. This PR should fix the issue.