kown7
kown7
Is your intention/use-case to have one yaml/json/toml file or many small ones?
Have you tried to template project from `contrib/template_project`?
From afar it seems to me, that there's something sketchy with your python installation. Also, why python 2.7? I've tried to recreate your steps with the following commands in an...
You could always try installing the latest master version: `pip install git+https://github.com/florath/rmtoo.git@master` The pip version is about 3 years old...
> > > `pip install git+https://github.com/florath/rmtoo.git@master` --> OK > `make` > result: > > ``` > (cd artifacts && \ > gnuplot /usr/local/pkg/rmtoo/rmtoo/contrib/gnuplot_stats_reqs_cnt.inc && \ > epstopdf stats_reqs_cnt.eps) > "/usr/local/pkg/rmtoo/rmtoo/contrib/gnuplot_stats_reqs_cnt.inc",...
@florath is a new release in order? Please close the issue.
Shameless plug for https://pypi.org/project/sltoo/ It fixes all the problems, except for the `$RMTOO_CONTRIB_DIR`, that one still has to be set manually.
It's basically just one feature: automated build/deploy using flit. I hardly see a point in splitting these commits. A `git merge --squash` isn't an option as it would break the...