"third_party/git@developer.sourcefind.cn:hehl2/torchaudio.git" did not exist on "e3c082b76778afe8a1e4cbd6630ef3be210a7027"
Commit f2522869 authored by Aymeric Augustin's avatar Aymeric Augustin
Browse files

Review and update setup.py.

parent 23dad844
...@@ -55,7 +55,7 @@ setup( ...@@ -55,7 +55,7 @@ setup(
keywords="NLP deep learning transformer pytorch tensorflow BERT GPT GPT-2 google openai CMU", keywords="NLP deep learning transformer pytorch tensorflow BERT GPT GPT-2 google openai CMU",
license="Apache", license="Apache",
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"),
install_requires=[ install_requires=[
"numpy", "numpy",
...@@ -69,11 +69,18 @@ setup( ...@@ -69,11 +69,18 @@ setup(
], ],
extras_require=extras, extras_require=extras,
scripts=["transformers-cli"], scripts=["transformers-cli"],
# python_requires='>=3.5.0', python_requires=">=3.5.0",
classifiers=[ classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Education",
"Intended Audience :: Science/Research", "Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache Software License", "License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Artificial Intelligence",
], ],
) )
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment