Skip to content

Commit 9201501

Browse files
benedikt-voelkelBenedikt Volkel
andauthored
Ready to release v0.0.1 (#660)
Co-authored-by: Benedikt Volkel <[email protected]>
1 parent a3ca9da commit 9201501

File tree

2 files changed

+2
-24
lines changed

2 files changed

+2
-24
lines changed

MANIFEST.in

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,5 @@ include machine_learning_hep/submission/default_pre.yml
33
include machine_learning_hep/submission/default_train.yml
44
include machine_learning_hep/submission/default_apply.yml
55
include machine_learning_hep/submission/default_ana.yml
6-
include machine_learning_hep/data/database_ml_parameters_Bs.yml
7-
include machine_learning_hep/data/database_ml_parameters_D0pp.yml
8-
include machine_learning_hep/data/database_ml_parameters_DsPbPb010.yml
9-
include machine_learning_hep/data/database_ml_parameters_DsPbPb3050.yml
10-
include machine_learning_hep/data/database_ml_parameters_Dspp.yml
11-
include machine_learning_hep/data/database_ml_parameters_Dstarpp.yml
12-
include machine_learning_hep/data/database_ml_parameters_LbITS2.yml
13-
include machine_learning_hep/data/database_ml_parameters_LbITS3.yml
14-
include machine_learning_hep/data/database_ml_parameters_LcpK0spp.yml
15-
include machine_learning_hep/data/database_ml_parameters_LcpKpipp.yml
16-
include machine_learning_hep/data/database_ml_gridsearch.yml
176
include machine_learning_hep/data/config_model_parameters.yml
187
include machine_learning_hep/data/database_run_list.yml"

setup.py

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
name='MachineLearningHEP',
2222

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

2626
description='Machine Learning package for HEP',
2727

@@ -93,18 +93,7 @@
9393
"default_apply.yml",
9494
"default_pre.yml",
9595
"default_train.yml" ],
96-
"machine_learning_hep.data": [ "database_ml_parameters_Bs.yml",
97-
"database_ml_parameters_D0pp.yml",
98-
"database_ml_parameters_DsPbPb010.yml",
99-
"database_ml_parameters_DsPbPb3050.yml",
100-
"database_ml_parameters_Dspp.yml",
101-
"database_ml_parameters_Dstarpp.yml",
102-
"database_ml_parameters_LbITS2.yml",
103-
"database_ml_parameters_LbITS3.yml",
104-
"database_ml_parameters_LcpK0spp.yml",
105-
"database_ml_parameters_LcpKpipp.yml",
106-
"database_ml_gridsearch.yml",
107-
"config_model_parameters.yml",
96+
"machine_learning_hep.data": [ "config_model_parameters.yml",
10897
"database_run_list.yml" ] },
10998

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

0 commit comments

Comments
 (0)