Skip to content

Commit

Permalink
Ready to release v0.0.1 (#660)
Browse files Browse the repository at this point in the history
Co-authored-by: Benedikt Volkel <benedikt.volkel@cern.ch>
  • Loading branch information
benedikt-voelkel and Benedikt Volkel authored Apr 24, 2020
1 parent a3ca9da commit 9201501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
11 changes: 0 additions & 11 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,5 @@ include machine_learning_hep/submission/default_pre.yml
include machine_learning_hep/submission/default_train.yml
include machine_learning_hep/submission/default_apply.yml
include machine_learning_hep/submission/default_ana.yml
include machine_learning_hep/data/database_ml_parameters_Bs.yml
include machine_learning_hep/data/database_ml_parameters_D0pp.yml
include machine_learning_hep/data/database_ml_parameters_DsPbPb010.yml
include machine_learning_hep/data/database_ml_parameters_DsPbPb3050.yml
include machine_learning_hep/data/database_ml_parameters_Dspp.yml
include machine_learning_hep/data/database_ml_parameters_Dstarpp.yml
include machine_learning_hep/data/database_ml_parameters_LbITS2.yml
include machine_learning_hep/data/database_ml_parameters_LbITS3.yml
include machine_learning_hep/data/database_ml_parameters_LcpK0spp.yml
include machine_learning_hep/data/database_ml_parameters_LcpKpipp.yml
include machine_learning_hep/data/database_ml_gridsearch.yml
include machine_learning_hep/data/config_model_parameters.yml
include machine_learning_hep/data/database_run_list.yml"
15 changes: 2 additions & 13 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
name='MachineLearningHEP',

# LAST-TAG is a placeholder. Automatically replaced at deploy time with the right tag
version='LAST-TAG',
version='v0.0.1',

description='Machine Learning package for HEP',

Expand Down Expand Up @@ -93,18 +93,7 @@
"default_apply.yml",
"default_pre.yml",
"default_train.yml" ],
"machine_learning_hep.data": [ "database_ml_parameters_Bs.yml",
"database_ml_parameters_D0pp.yml",
"database_ml_parameters_DsPbPb010.yml",
"database_ml_parameters_DsPbPb3050.yml",
"database_ml_parameters_Dspp.yml",
"database_ml_parameters_Dstarpp.yml",
"database_ml_parameters_LbITS2.yml",
"database_ml_parameters_LbITS3.yml",
"database_ml_parameters_LcpK0spp.yml",
"database_ml_parameters_LcpKpipp.yml",
"database_ml_gridsearch.yml",
"config_model_parameters.yml",
"machine_learning_hep.data": [ "config_model_parameters.yml",
"database_run_list.yml" ] },

# Although 'package_data' is the preferred approach, in some case you may
Expand Down

0 comments on commit 9201501

Please sign in to comment.