"vscode:/vscode.git/clone" did not exist on "3ed769d1557bca63a8d3bd80fbcc935bf607484c"
setup.py 225 Bytes
Newer Older
zhenyi's avatar
zhenyi committed
1
2
3
4
5
6
7
8
from setuptools import setup

setup(name='yolov3_tf2',
      version='0.1',
      url='https://github.com/zzh8829/yolov3-tf2',
      author='Zihao Zhang',
      author_email='zzh8829@gmail.com',
      packages=['yolov3_tf2'])