pixelb / crudini

A utility for manipulating ini files
GNU General Public License v2.0
443 stars 63 forks source link

Moved all the metadata into setup.cfg. #81

Closed KOLANICH closed 3 years ago

KOLANICH commented 3 years ago

Added pyproject.toml. Version info within package metadata is now maintained via setuptools_scm. Fixed the obsolete way of providing binaries. scripts must not be used, it is not Windows-compatible. The console-scripts entry point is (pip will generate a real PE exe on installation triggering right package importing and execution when the exe is launched).