I am building a Python package using setuptools in a pyproject.toml file. The package is being installed locally using pip install .
Is there a way to specify running a post-install Python script in the pyproject.toml file?
I am building a Python package using setuptools in a pyproject.toml file. The package is being installed locally using pip install .
Is there a way to specify running a post-install Python script in the pyproject.toml file?