https://github.com/lucventurini/mikado
Raw File
Tip revision: 34a84c5efc3e90965b183425939e10647fc1bcb1 authored by Luca Venturini on 25 January 2021, 19:53:51 UTC
Fixed all tests. Now we only need to fix the loading of the external configuration.
Tip revision: 34a84c5
MANIFEST.in
include DESCRIPTION.md
include README.md
include AUTHORS
include CHANGELOG.md
include requirements.txt
recursive-include Mikado *pyx
recursive-include Mikado *pxd
recursive-include util *py
exclude util/analyse_metrics.py util/create_model.py util/self_training.py
recursive-include Mikado *smk *json *yaml
recursive-include Mikado/tests *
recursive-exclude docs/ *
back to top