Describe the bug
When i run the install command "python3 setup.py install" i get the following output
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:264: UserWarning: Unknown distribution option: 'console'
warnings.warn(msg)
error: Multiple top-level packages discovered in a flat-layout: ['core', 'plugins'].
To avoid accidental inclusion of unwanted files or directories,
setuptools will not proceed with this build.
If you are trying to create a single distribution with multiple packages
on purpose, you should not rely on automatic discovery.
Instead, consider the following options:
- set up custom discovery (
find directive with include or exclude)
- use a
src-layout
- explicitly set
py_modules or packages with a list of names.
To find more information, look for “package discovery” on setup tools docs.

To Reproduce
Steps to reproduce the behavior:
- run "python3 setup.py install" without the quotes of course
2.) see message described above
Expected behavior
the install script to run without issue
Screenshots
see attached image
Desktop (please complete the following information):
- OS: Kali Linux
- Browser Firefox
- Version: 2022.3
Additional context
i apologize if this was already covered somewhere but i didn't see it, but if not then I'm hoping someone could lend some advice or suggestions my way for some help on this
Describe the bug
When i run the install command "python3 setup.py install" i get the following output
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:264: UserWarning: Unknown distribution option: 'console'
warnings.warn(msg)
error: Multiple top-level packages discovered in a flat-layout: ['core', 'plugins'].
To avoid accidental inclusion of unwanted files or directories,
setuptools will not proceed with this build.
If you are trying to create a single distribution with multiple packages
on purpose, you should not rely on automatic discovery.
Instead, consider the following options:
finddirective withincludeorexclude)src-layoutpy_modulesorpackageswith a list of names.To find more information, look for “package discovery” on setup tools docs.

To Reproduce
Steps to reproduce the behavior:
2.) see message described above
Expected behavior
the install script to run without issue
Screenshots
see attached image
Desktop (please complete the following information):
Additional context
i apologize if this was already covered somewhere but i didn't see it, but if not then I'm hoping someone could lend some advice or suggestions my way for some help on this