Skip to content

Instantly share code, notes, and snippets.

@PeterMitrano
Created January 17, 2023 05:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PeterMitrano/2c9855a82fa510fc3db4b5e86a12211c to your computer and use it in GitHub Desktop.
Save PeterMitrano/2c9855a82fa510fc3db4b5e86a12211c to your computer and use it in GitHub Desktop.
Yolov7 setup.py
#!/usr/bin/env python
from distutils.core import setup
setup(name='yolo',
version='1.0',
description='yolo v7',
author='',
author_email='',
url='',
packages=['.', 'inference', 'tools', 'utils'],
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment