- Add continuous integration - Add Versioneer - Refactor of preprocessing - Add tables of evaluation
14 lines
243 B
INI
14 lines
243 B
INI
|
|
[versioneer]
|
|
VCS = git
|
|
style = pep440
|
|
versionfile_source = monoloco/_version.py
|
|
versionfile_build = monoloco/_version.py
|
|
tag_prefix = v
|
|
#parentdir_prefix =
|
|
|
|
[pycodestyle]
|
|
max-line-length=120
|
|
ignore=E731,E741,W503
|
|
exclude=monoloco/__init__.py
|