Update setup.py to 1.16 release
This commit is contained in:
parent
df562130af
commit
151aaa699d
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -25,7 +25,7 @@ def get_install_requires():
|
|||
|
||||
setup(
|
||||
name="koji",
|
||||
version="1.15.0",
|
||||
version="1.16.0",
|
||||
description=("Koji is a system for building and tracking RPMS. The base"
|
||||
" package contains shared libraries and the command-line"
|
||||
" interface."),
|
||||
|
|
@ -45,7 +45,7 @@ setup(
|
|||
"Operating System :: POSIX :: Linux",
|
||||
"Topic :: Utilities"
|
||||
],
|
||||
packages=['koji', 'koji.ssl', 'koji_cli'],
|
||||
packages=['koji', 'koji_cli'],
|
||||
package_dir={
|
||||
'koji': 'koji',
|
||||
'koji_cli': 'cli/koji_cli',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue