when I am create new custom app then setup.py file is not generated.
It’s not needed anymore, the pyproject.toml
has replaced it.
I have
1> erpnext 14.70.2
2> frappe 14.75.0
I got this error while install apps on sites
ERROR: [Errno 2] No such file or directory: '/home/jatin/Desktop/frappe-bench/apps/HRMS_ERPNEXT/setup.py'```
I just tried this on v14, it works for me:
> bench version
erpnext 14.70.7
frappe 14.77.0
> bench new-app test-setup # does not create setup.py
> bench install-app test-setup # does not complain