[O] Exclude tools from packaging
This commit is contained in:
parent
d70baebbf0
commit
38b8173be4
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -33,7 +33,7 @@ setup(
|
|||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
],
|
||||
packages=find_namespace_packages(),
|
||||
packages=find_namespace_packages(exclude=("tools", "tools.*")),
|
||||
package_data={'hyfetch': ['hyfetch/*']},
|
||||
include_package_data=True,
|
||||
install_requires=[
|
||||
|
|
Loading…
Reference in a new issue