#140 Install executables via entry_points
Merged by cqi. Opened by cqi.
cqi/fedpkg use-entry_points  into  master

Download 140.patch

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?

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.

if __name__ == "__main__":
    main()

Sure. But let's recommend develop, it encourages good practices like using virtualenv. :thumbsup:

Pull-Request has been merged by cqi

Metadata