mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-14 15:27:42 +01:00
7 lines
113 B
Python
7 lines
113 B
Python
# Copyright (c) Alibaba, Inc. and its affiliates.
|
|
# -*- coding: utf-8 -*-
|
|
|
|
from setuptools import setup
|
|
|
|
setup()
|