Skip to content

Commit

Permalink
remove src dir
Browse files Browse the repository at this point in the history
  • Loading branch information
KSGulin committed Mar 31, 2022
1 parent f802c17 commit 841e1e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ def read_requirements():
long_description=open("README.md", "r", encoding="utf-8").read(),
long_description_content_type="text/markdown",
url="https://github.com/ultralytics/yolov5",
package_dir={"": "src"},
packages=setuptools.find_packages(exclude=[".github", ".vscode", "dev-venv", "dist", "recipes", "req-test", "runs", "sparse_logs", "test-whl", "wandb", "yolov5.egg-inf"]),
packages=setuptools.find_packages(),
python_requires=">=3.6",
install_requires=read_requirements(),
include_package_data=True,
Expand Down

0 comments on commit 841e1e6

Please sign in to comment.