Fix #134
Signed-off-by: Chenxiong Qi cqi@redhat.com
Looks good to me. However, is there another way how to run in from checkout (for testing purposes during development) without doing python setup.py develop?
python setup.py develop
This piece of code in fedpkg/__main__.py is still there. So, if someone really wants to run fedpkg without python setup.py develop, it is possible.
fedpkg/__main__.py
if __name__ == "__main__": main()
Sure. But let's recommend develop, it encourages good practices like using virtualenv. :thumbsup:
develop
Pull-Request has been merged by cqi
Fix #134
Signed-off-by: Chenxiong Qi cqi@redhat.com