dstndstn / astrometry.net

Astrometry.net -- automatic recognition of astronomical images
http://astrometry.net
Other
650 stars 184 forks source link

Refactor distutils -> setuptools #293

Closed sassy-asjp closed 4 months ago

sassy-asjp commented 5 months ago

To address #286

It builds on python3.12 and I can run the demo usage from travis ci config. I also made sure it still builds on python3.10.

I've done very limited testing so far, but since this is a minor build system change that replaces distutils with commands specifically designed to be compatible with distutils, I want to believe that if it builds and works with no catastrophic issues at all, it should generally just work for everything.

juliotux commented 4 months ago

Confirmed to fix the problem.

dstndstn commented 4 months ago

Thanks!