Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit 841e1e6

Browse files
committed
remove src dir
1 parent f802c17 commit 841e1e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ def read_requirements():
1313
long_description=open("README.md", "r", encoding="utf-8").read(),
1414
long_description_content_type="text/markdown",
1515
url="https://github.com/ultralytics/yolov5",
16-
package_dir={"": "src"},
17-
packages=setuptools.find_packages(exclude=[".github", ".vscode", "dev-venv", "dist", "recipes", "req-test", "runs", "sparse_logs", "test-whl", "wandb", "yolov5.egg-inf"]),
16+
packages=setuptools.find_packages(),
1817
python_requires=">=3.6",
1918
install_requires=read_requirements(),
2019
include_package_data=True,

0 commit comments

Comments
 (0)