5
setup.py
5
setup.py
@@ -423,8 +423,8 @@ setup(
|
|||||||
description="State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow",
|
description="State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow",
|
||||||
long_description=open("README.md", "r", encoding="utf-8").read(),
|
long_description=open("README.md", "r", encoding="utf-8").read(),
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
keywords="NLP vision speech deep learning transformer pytorch tensorflow BERT GPT-2 Wav2Vec2 ViT",
|
keywords="NLP vision speech deep learning transformer pytorch tensorflow jax BERT GPT-2 Wav2Vec2 ViT",
|
||||||
license="Apache",
|
license="Apache 2.0 License",
|
||||||
url="https://github.com/huggingface/transformers",
|
url="https://github.com/huggingface/transformers",
|
||||||
package_dir={"": "src"},
|
package_dir={"": "src"},
|
||||||
packages=find_packages("src"),
|
packages=find_packages("src"),
|
||||||
@@ -446,6 +446,7 @@ setup(
|
|||||||
"Programming Language :: Python :: 3.7",
|
"Programming Language :: Python :: 3.7",
|
||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
"Programming Language :: Python :: 3.9",
|
"Programming Language :: Python :: 3.9",
|
||||||
|
"Programming Language :: Python :: 3.10",
|
||||||
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
||||||
],
|
],
|
||||||
cmdclass={"deps_table_update": DepsTableUpdateCommand},
|
cmdclass={"deps_table_update": DepsTableUpdateCommand},
|
||||||
|
|||||||
Reference in New Issue
Block a user