#1222 Include CLI plugins in setup.py
Merged 5 years ago by mikem. Opened 5 years ago by tkopecek.
tkopecek/koji issue1221  into  master

file modified
+1 -1
@@ -112,7 +112,7 @@ 

  	rm -rf dist

  	python setup.py sdist

  	# py2

- 	virtualenv build_py2

+ 	virtualenv -p /usr/bin/python2 build_py2

  	build_py2/bin/pip install --upgrade pip setuptools wheel virtualenv

  	build_py2/bin/python setup.py bdist_wheel

  	rm -rf build_py2

file modified
+3 -2
@@ -32,7 +32,7 @@ 

  

  setup(

      name="koji",

-     version="1.16.0",

+     version="1.17.0",

      description=("Koji is a system for building and tracking RPMS. The base"

                   " package contains shared libraries and the command-line"

                   " interface."),
@@ -52,10 +52,11 @@ 

          "Operating System :: POSIX :: Linux",

          "Topic :: Utilities"

      ],

-     packages=['koji', 'koji_cli'],

+     packages=['koji', 'koji_cli', 'koji_cli_plugins'],

      package_dir={

          'koji': 'koji',

          'koji_cli': 'cli/koji_cli',

+         'koji_cli_plugins': 'plugins/cli',

      },

      # doesn't make sense, as we have only example config

      #data_files=[

Metadata Update from @tkopecek:
- Pull-request tagged with: testing-ready

5 years ago

Metadata Update from @jcupova:
- Pull-request tagged with: testing-done

5 years ago

1 new commit added

  • update setup.py to 1.17
5 years ago

rebased onto 0ff18ab

5 years ago

Commit bb5fc24 fixes this pull-request

Pull-Request has been merged by mikem

5 years ago