Commit Graph

5 Commits

Author SHA1 Message Date
9f5f12a978
Updated pyproject.toml 2023-07-06 20:44:32 +01:00
f4bf4f96b6
Updated pyproject.toml
File is now fully compliant to build project with hatchling.
Replaces: setup.py, setup.cfg, any config files have been translated to
toml format.
2023-07-06 20:31:19 +01:00
17109872cb
Updated pyproject.toml
Using setuptools>=45.0 due to version limitations with Py3.6
2022-05-04 21:24:28 +01:00
419586f326
Updated pyproject.toml
Added configuration for pytest and mypy
2022-05-04 00:17:09 +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