Skip to content

Commit

Permalink
Switch to find_namespace_packages in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
elemental-lf committed Apr 29, 2023
1 parent 69eb8a9 commit e1029ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions images/benji-k8s/k8s-tools/setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import setup, find_packages
from setuptools import setup, find_namespace_packages

setup(name='benji-k8s-tools',
version='0.1',
Expand All @@ -8,7 +8,7 @@
author_email='[email protected]',
license='LGPG-3',
python_requires='~=3.6',
packages=find_packages('src'),
packages=find_namespace_packages('src'),
package_dir={
'': 'src',
},
Expand Down
1 change: 0 additions & 1 deletion images/benji-k8s/k8s-tools/src/benji/__init__.py

This file was deleted.

0 comments on commit e1029ab

Please sign in to comment.