mmdeploy/setup.py

5 lines
97 B
Python

from setuptools import setup
if __name__ == '__main__':
setup(name='mmdeploy', version=0.1)