Removed __main__

This commit is contained in:
Morgan Funtowicz
2019-12-19 19:41:48 +01:00
parent 3492a6ec17
commit a305067f2d
2 changed files with 0 additions and 41 deletions

View File

@@ -68,11 +68,6 @@ setup(
scripts=[
'transformers-cli'
],
entry_points={
'console_scripts': [
"transformers=transformers.__main__:main",
]
},
# python_requires='>=3.5.0',
classifiers=[
'Intended Audience :: Science/Research',