attempting to bridge the gap with pip
uses the appropriate rpm macros for installing python wheels to provide the base koji lib. Packages the resulting dist-info data as well.
This commit is contained in:
parent
9ab66aee62
commit
ffe0a537b7
2 changed files with 46 additions and 20 deletions
6
setup.py
6
setup.py
|
|
@ -47,7 +47,11 @@ setup(
|
|||
"Operating System :: POSIX :: Linux",
|
||||
"Topic :: Utilities"
|
||||
],
|
||||
packages=['koji', 'koji_cli', 'koji_cli_plugins'],
|
||||
packages=[
|
||||
'koji',
|
||||
'koji_cli',
|
||||
'koji_cli_plugins',
|
||||
],
|
||||
package_dir={
|
||||
'koji': 'koji',
|
||||
'koji_cli': 'cli/koji_cli',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue