nonSetuptools
nonSetuptools is a Python development tool that offers an alternative to the widely used setuptools package for managing Python project packaging and distribution. It aims to simplify the process of creating distributable Python packages, particularly for projects that do not require the full feature set of setuptools. The primary goal of nonSetuptools is to provide a more straightforward and less opinionated approach to defining project metadata and build procedures.
The tool typically relies on a simple configuration file, often named pyproject.toml, to specify project details
nonSetuptools integrates with standard Python packaging tools like pip and build. It allows developers to build