I want to be able to make a Python toolbox the default toolbox in an ArcGIS Pro project. I am making a project template and I am putting all my code into the Python Toolbox. I have no need for the .tbx file that gets created automatically. Is there a way to do this? If not, is there a reason why?
The same thing kind of goes for my default geodatabase. I am bringing in an FGDB with an empty schema from my project template. I don’t need the extra blank file geodatabase that gets created. I can delete it through Python and reset the default GDB to the one I had in the template, but it would be nice if it kept the original default geodatabase from the source project.