#917 Update setup.py to 1.16 release
Closed 5 years ago by tkopecek. Opened 5 years ago by tkopecek.
tkopecek/koji setup-1.16  into  master

file modified
+2 -2
@@ -25,7 +25,7 @@ 

  

  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 @@ 

          "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',

no initial comment

Should be part of 1.16 merge, just listing it here to get included.

I think I'll roll this into the main 1.16 PR when I file it

Closing, at is already part of #918

Pull-Request has been closed by tkopecek

5 years ago
Metadata