Commit Graph

5 Commits

Author SHA1 Message Date
b108e21296
Updated setup.cfg
Added ignore for W503 (this is best practice, not W504)
2022-05-12 13:43:55 +01:00
38ce833bb1
Updated automation build scripts
Added dependencies for testenv with tox using requirement-dev.txt
Fixed typo bug for `options.extras_require`
Satisfied setup.py for flake8 and mypy
2022-05-04 21:24:47 +01:00
c0eff133a9
Updated setup files
Updated flake8 settings in config files
2022-05-04 01:12:14 +01:00
1c81c304d3
Updated setup.cfg
Added entries for testing and flake8
2022-05-04 00:17:52 +01:00
cd2e477430
Added packaging build files
The committed files define the requirements and information related to
clog when packaging the module into a library.

setup.py instantiates the build script process used by pip in editor
mode, with the support of setup.cfg. File uses traditional build
approach using the setuptools library.
2022-05-03 23:32:53 +01:00