agrc / python

UGRC's python starter project configuration/template
MIT License
2 stars 1 forks source link

Remove packages, package_dir once setuptools>=61 #29

Open jacobdadams opened 1 year ago

jacobdadams commented 1 year ago

Starting with setuptools 61.0.0, it will auto-detect packages using the standard src-tree structure. However, ArcGIS Pro 3.0 still includes 58.0.4. Once the default Pro install has a compatible version of setuptools, I vote we drop the packages and package_dir keywords from setupy.py.

steveoh commented 1 year ago

With the new pro version out we should see if they bumped it.