File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def get_version(rel_path: str) -> str:
2929setup (
3030 name = "SumsJob" ,
3131 version = version ,
32- description = "A simple Linux command-line utility which submits a job to one of the multiple servers" ,
32+ description = "A simple Linux command-line utility which submits a job to one of the multiple GPU servers" ,
3333 long_description = long_description ,
3434 long_description_content_type = "text/markdown" ,
3535 author = "Lu Lu" ,
@@ -59,9 +59,10 @@ def get_version(rel_path: str) -> str:
5959 include_package_data = True ,
6060 entry_points = {
6161 "console_scripts" : [
62- "gpuresource=sumsjob.gpuresource:main" ,
63- "submit=sumsjob.submit:main" ,
6462 "sacct=sumsjob.sacct:main" ,
63+ "scancel=sumsjob.scancel:main" ,
64+ "sinfo=sumsjob.sinfo:main" ,
65+ "srun=sumsjob.srun:main" ,
6566 ]
6667 },
6768)
Original file line number Diff line number Diff line change 1- __version__ = "0.6 .0"
1+ __version__ = "0.7 .0"
You can’t perform that action at this time.
0 commit comments