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).
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. Theconsole-scripts
entry point is (pip
will generate a real PE exe on installation triggering right package importing and execution when the exe is launched).