mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-16 16:27:45 +01:00
fix
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
recursive-include modelscope/configs *.py *.cu *.h *.cpp
|
recursive-include modelscope/ops *.py *.cu *.h *.cpp
|
||||||
recursive-include modelscope/cli/template *.tpl
|
recursive-include modelscope/cli/template *.tpl
|
||||||
recursive-include modelscope/utils *.json
|
recursive-include modelscope/utils *.json
|
||||||
|
|||||||
@@ -10,13 +10,11 @@ authors = [
|
|||||||
{email = "contact@modelscope.cn"}
|
{email = "contact@modelscope.cn"}
|
||||||
]
|
]
|
||||||
keywords = ["python", "nlp", "science", "cv", "speech", "multi-modal"]
|
keywords = ["python", "nlp", "science", "cv", "speech", "multi-modal"]
|
||||||
requires-python = ">=3.7"
|
requires-python = ">=3.9"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
'Operating System :: OS Independent',
|
'Operating System :: OS Independent',
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'Programming Language :: Python :: 3.7',
|
|
||||||
'Programming Language :: Python :: 3.8',
|
|
||||||
'Programming Language :: Python :: 3.9',
|
'Programming Language :: Python :: 3.9',
|
||||||
'Programming Language :: Python :: 3.10',
|
'Programming Language :: Python :: 3.10',
|
||||||
'Programming Language :: Python :: 3.11',
|
'Programming Language :: Python :: 3.11',
|
||||||
|
|||||||
Reference in New Issue
Block a user