Skip to content

Commit a6ae5cf

Browse files
committed
Fix package autodiscovery issue
This can prevent users from pip installing kayobe-config if they have extra directories in the root of the repository. I've chosen not to define any packages as there is no python component to this config repository; it just provides a mechanism to install additional dependencies. Change-Id: Id358fb360ff1f9f640404146dcdf64e46b8c099f Closes-Bug: #2070038
1 parent 9fb58db commit a6ae5cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ classifier =
1212
Intended Audience :: System Administrators
1313
License :: OSI Approved :: Apache Software License
1414
Operating System :: POSIX :: Linux
15+
16+
[options]
17+
packages =

0 commit comments

Comments
 (0)