cordada / lib-cl-sii-python

Python library for Servicio de Impuestos Internos (SII) of Chile
https://lib-cl-sii-python.readthedocs.io
MIT License
25 stars 11 forks source link

Replace Setuptools Configuration with Python Project Configuration #675

Closed jtrobles-cdd closed 2 months ago

jtrobles-cdd commented 2 months ago

Starting with PEP 621, the Python community selected pyproject.toml as a standard way of specifying project metadata. Setuptools has adopted this standard and will use the information contained in this file as an input in the build process.

Note: Some deprecated and/or obsolete options were not migrated from setup.py to pyproject.toml.

See also: How to modernize a setup.py based project? (GitHub)

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 0.00%. Comparing base (a2da966) to head (fe06140). Report is 3 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #675 +/- ## =========================================== - Coverage 87.35% 0.00% -87.36% =========================================== Files 37 37 Lines 3069 3069 Branches 379 379 =========================================== - Hits 2681 0 -2681 - Misses 246 3068 +2822 + Partials 142 1 -141 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud