Added command line interface

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-04-09 14:09:22 +02:00
parent ab24c96515
commit f30edeb3f2
2 changed files with 115 additions and 1 deletions

View File

@ -34,7 +34,9 @@ setup(
packages=find_packages('src', exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
package_dir={'': 'src'},
package_data={},
entry_points={},
entry_points={
"console_scripts": ["tm-masterthesis = twomartens.masterthesis.main:main"]
},
python_requires="~=3.6",
install_requires=["tensorflow-gpu", "Pillow", "h5py", "numpy", "opencv-python", "scikit-learn", "tqdm",
"beautifulsoup4", "matplotlib"],