diff --git a/.gitattributes b/.gitattributes index a3ac3d2ad5..9f0302bc41 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,2 @@ typings/**/*.pyi linguist-generated=true -bentoml/**/*.pyi linguist-generated=true * text=auto eol=lf diff --git a/requirements/tests-requirements.txt b/requirements/tests-requirements.txt index f6ed0088c4..51a38622c3 100644 --- a/requirements/tests-requirements.txt +++ b/requirements/tests-requirements.txt @@ -17,4 +17,3 @@ build[virtualenv] >=0.8.0 yamllint grpcio grpcio-tools -mypy-protobuf==3.2.0 diff --git a/setup.cfg b/setup.cfg index 7cb08a129e..35d015af76 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,8 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 - Programming Language :: Python :: Implementation :: CPython Topic :: Scientific/Engineering :: Artificial Intelligence + Programming Language :: Python :: Implementation :: CPython + Topic :: Scientific/Engineering :: Artificial Intelligence Topic :: Software Development :: Libraries keywords = MLOps, AI, BentoML, Model Serving, Model Deployment project_urls =