Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit 8413a18

Browse files
authored
Remove files for CLI (#189)
* Update setup.py * Delete bin directory
1 parent 6e9afff commit 8413a18

File tree

3 files changed

+0
-139
lines changed

3 files changed

+0
-139
lines changed

bin/lightning_predict

-33
This file was deleted.

bin/lightning_train

-104
This file was deleted.

setup.py

-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ def configuration(parent_package='', top_path=None):
6666
python_requires=f'>={MIN_PYTHON_VERSION}',
6767
install_requires=REQUIREMENTS,
6868
include_package_data=True,
69-
scripts=["bin/lightning_train",
70-
"bin/lightning_predict"],
7169
maintainer_email=MAINTAINER_EMAIL,
7270
description=DESCRIPTION,
7371
license=LICENSE,

0 commit comments

Comments
 (0)