Skip to content

Commit

Permalink
Package additional directories (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernhard authored Aug 10, 2022
1 parent 9e89fe4 commit e51aa8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/katello/contrib/etc
1 change: 1 addition & 0 deletions src/katello/contrib/extra
1 change: 1 addition & 0 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
license='GPLv2+',
packages=find_packages(),
include_package_data=False,
package_data={ '': [ '../katello/contrib/etc/*/*/*.conf', '../katello/contrib/extra/*' ] },
classifiers=[
'License :: OSI Approved :: GNU General Public License (GPL)',
'Programming Language :: Python',
Expand Down

0 comments on commit e51aa8f

Please sign in to comment.