In my project i have a custom script that updates some python files that are imported within my python package. Therefore it is importend to run this script before building the package.
Is there a way to do this within the regular setup.py file?
In my project i have a custom script that updates some python files that are imported within my python package. Therefore it is importend to run this script before building the package.
Is there a way to do this within the regular setup.py file?