wazuh / qa-system-framework

GNU General Public License v2.0
1 stars 3 forks source link

Migrate from setup.py to pyproject.toml #44

Closed Rebits closed 1 year ago

Rebits commented 1 year ago

Description

The use of a setup.py script is no longer recommended. For this reason, it is require to migrate to the toml schema. Also, it is necessary to improve the testing of the framework installation.

Note: It is important to remember, however, that running this file as a script (e.g. python setup.py sdist) is strongly discouraged, and that the majority of the command line interfaces are (or will be) deprecated (e.g. python setup.py install, python setup.py bdist_wininst, …) SetupTools