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