A little follow up to myself here. I got everything to work as expected
by replacing the following line in setup.py:
py_modules=['fabric'],
with:
packages=find_packages(),
I also had to add in the importing of the find_packages function.
Pat
Patrick J McNerthney wrote:
I'm not sure; I've never done setup.py build, only setup.py install or
setup.py develop. The setup.py almost definitely needs a bit more
love, though. Are you in a situation where you can do either 'develop'
or 'install' for the time being?
-Jeff
Thanks for the response. 'develop' does seem to at least let me try
things out for now.
Pat McNerthney
ClearPoint Metrics, Inc.
_______________________________________________
Fab-user mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/fab-user
_______________________________________________
Fab-user mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/fab-user