[console_scripts]
chemprop_fingerprint = chemprop.train:chemprop_fingerprint
chemprop_hyperopt = chemprop.hyperparameter_optimization:chemprop_hyperopt
chemprop_interpret = chemprop.interpret:chemprop_interpret
chemprop_predict = chemprop.train:chemprop_predict
chemprop_train = chemprop.train:chemprop_train
chemprop_web = chemprop.web.run:chemprop_web
sklearn_predict = chemprop.sklearn_predict:sklearn_predict
sklearn_train = chemprop.sklearn_train:sklearn_train
