mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-21 15:52:28 +00:00
9f6a6f5ecd
* Added conversion plugins (API might change!) * Added conversion to the analysis pipeline * Changed behaviour of --default-plugins (it adds conversion plugins regardless) * Added emotionModel [sic] and emotionConversion models //TODO add conversion tests //TODO add conversion to docs
12 lines
313 B
INI
12 lines
313 B
INI
[metadata]
|
|
description-file = README.rst
|
|
[aliases]
|
|
test=pytest
|
|
[flake8]
|
|
# because of the way that future works, we need to call install_aliases before
|
|
# finishing the imports. flake8 thinks that we're doing the imports too late,
|
|
# but it's actually ok
|
|
ignore = E402
|
|
max-line-length = 100
|
|
[bdist_wheel]
|
|
universal=1 |