diff --git a/MANIFEST.in b/MANIFEST.in index 5e076f95..c9691801 100644 --- a/MANIFEST.in +++ b/MANIFEST.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/utils *.json diff --git a/pyproject.toml b/pyproject.toml index 74bd5479..d3036994 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,13 +10,11 @@ authors = [ {email = "contact@modelscope.cn"} ] keywords = ["python", "nlp", "science", "cv", "speech", "multi-modal"] -requires-python = ">=3.7" +requires-python = ">=3.9" classifiers = [ 'Development Status :: 4 - Beta', 'Operating System :: OS Independent', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.7', - 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11',