You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a (new) requirement that this be present in an installation. I also am seeing things kind of leak over from the mac way of sticking stuff into /Frameworks instead of the linux way of LSB.
Yes, setup.py is now fully setuptools-based. Turned out to work okay; it's where Python packaging is going / has gone.
When installing from the git dir, man page etc may not be installed by python setup.py install. In that case, run make install instead, that should put the static files given the right PREFIX (which defaults to /usr).
Related to #30 -- is it worth converting to setuptools entirely?
The text was updated successfully, but these errors were encountered: