@@ -2,7 +2,7 import click | |||
|
2 | 2 | import schainpy |
|
3 | 3 | import subprocess |
|
4 | 4 | from multiprocessing import cpu_count |
|
5 |
from schaincli |
|
|
5 | from schaincli import templates | |
|
6 | 6 | from schainpy import controller_api |
|
7 | 7 | import os |
|
8 | 8 | import sys |
|
1 | NO CONTENT: file renamed from schaincli/schaincli/templates.py to schaincli/templates.py |
@@ -34,7 +34,7 setup(name="schainpy", | |||
|
34 | 34 | include_package_data=False, |
|
35 | 35 | entry_points={ |
|
36 | 36 | 'console_scripts': [ |
|
37 |
'schain = schaincli. |
|
|
37 | 'schain = schaincli.cli:main', | |
|
38 | 38 | ], |
|
39 | 39 | }, |
|
40 | 40 | scripts =['schainpy/gui/schainGUI'], |
@@ -48,6 +48,7 setup(name="schainpy", | |||
|
48 | 48 | "paramiko >= 2.1.2", |
|
49 | 49 | "paho-mqtt >= 1.2", |
|
50 | 50 | "zmq", |
|
51 | "fuzzywuzzy" | |
|
51 | "fuzzywuzzy", | |
|
52 | "click" | |
|
52 | 53 | ], |
|
53 | 54 | ) |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now