Currently, any package tool built on top of rpkg has to write its own __main__.py in the source tree, and repeat almost all the code that basically mean copy/paste. This EPIC aims to solve this issue. Ideally, anyone who would like to write an app based on rpkg, he/she can do
__main__.py
import pyrpkg class Fedpkg(rpkg.App): name = 'fedpkg' ...
Metadata Update from @cqi: - Issue assigned to cqi