matthew-brett / transforms3d

3 dimensional spatial transformations
http://matthew-brett.github.io/transforms3d/
Other
467 stars 83 forks source link

Update Versioneer to 0.22 #47

Closed hugovk closed 2 years ago

hugovk commented 2 years ago

Versioneer used to use deprecated ConfigParser APIs which will be removed in Python 3.12:

Let's update to the new one:

python -m pip install -U versioneer
versioneer install
matthew-brett commented 2 years ago

Thanks for this. I'll merge here, then update to 0.23.