mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
5 lines
97 B
Python
5 lines
97 B
Python
from setuptools import setup
|
|
|
|
if __name__ == '__main__':
|
|
setup(name='mmdeploy', version=0.1)
|