ratoaq2 / knowit

Know better your media files
MIT License
29 stars 5 forks source link

Refactor installation and testing #37

Closed labrys closed 3 years ago

labrys commented 3 years ago

Drop deprecated pytest-runner in favor of using pytest directly Drop extras-require and add them to tox dependencies Fix babelfish min version for Python >= 3.10 Add support for PEP-517 with pyproject.toml Add setup.cfg installation with a setup.py shim for editable installs Add mypy support for type-hints Add mypy configuration to setup.cfg Add flake8 configuration to setup.cfg Add tox-travis to use tox during travis runs

labrys commented 3 years ago

Not worried about fixing this as support for those is being dropped.