Skip to content

Commit 66538d7

Browse files
Merge branch 'diego_remove_limport' into 'development'
NOJIRA Delete limport.py See merge request clustervision/luna2-utils!91
2 parents a6b48fb + 4d078b8 commit 66538d7

File tree

5 files changed

+3
-644
lines changed

5 files changed

+3
-644
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
__pycache__/
22
.vscode
3+
*.egg-info
4+
build/

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ include utils/lchroot
77
include utils/bootutil.tclsh
88
include utils/slurm.ini
99
include utils/*VERSION.txt
10-
include data/limport/nodes.xlsx

data/limport/nodes.xlsx

-6.5 KB
Binary file not shown.

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def new_version():
8888
url = "https://gitlab.taurusgroup.one/clustervision/luna2-utils.git",
8989
download_url = f"https://{PRE}@gitlab.taurusgroup.one/api/v4/projects/14/packages/pypi/simple",
9090
# packages = find_packages(),
91-
packages = ['utils', 'data'],
91+
packages = ['utils'],
9292
license = "MIT",
9393
keywords = [
9494
"luna", "utils", "lchroot", "bootutil", "lcluster", "lpower", "slurm", "Trinity",
@@ -101,7 +101,6 @@ def new_version():
101101
'lpower = utils.lpower:main',
102102
'lcluster = utils.lcluster:main',
103103
'lslurm = utils.lslurm:main',
104-
'limport = utils.limport:main',
105104
'lnode = utils.lnode:main',
106105
'trix-diag = utils.trinity_diagnosis:main'
107106
]

0 commit comments

Comments
 (0)