https://github.com/lucventurini/mikado
Raw File
Tip revision: f9464c220ee41468ba73feab43e8caa7a0a57411 authored by Luca Venturini on 08 October 2019, 08:50:45 UTC
#230 - amendment: now the environment.yml supports again both python3.6 and python3.7 (and subsequent)
Tip revision: f9464c2
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