Files
modelscope/setup.py
Yunlin Mao 2719e90528 [Feature] Add pyproject.toml (#1542)
* add pyproject.toml

* fix
2025-11-06 12:40:04 +08:00

7 lines
113 B
Python

# Copyright (c) Alibaba, Inc. and its affiliates.
# -*- coding: utf-8 -*-
from setuptools import setup
setup()