Merge branch 'develop' of https://git.reslate.systems/ydeng/msa-splitter into develop
Some checks failed
ydeng/splitmsa/pipeline/head There was a failure building this commit

This commit is contained in:
Harrison Deng 2023-04-24 09:25:50 -05:00
commit d2531e6b58
3 changed files with 2 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -21,6 +21,7 @@ pipeline {
stage("test") { stage("test") {
steps { steps {
sh "pip install dist/*.whl" sh "pip install dist/*.whl"
sh "splitmsa -h"
} }
} }
stage("publish") { stage("publish") {

View File

@ -9,4 +9,4 @@ install_requires =
[options.entry_points] [options.entry_points]
console_scripts = console_scripts =
splitmsa = splitmsa.splitmsa:main splitmsa = splitmsa.cli:main