xav / Grapefruit

Color manipulation in python
Apache License 2.0
113 stars 19 forks source link

Enable this to be built and distributed using modern Python3 #23

Open davidfraser opened 7 months ago

davidfraser commented 7 months ago

Remove dependency on d2to1 which is deprecated, and rather user standard setuptools Remove dependency on gitchangelog which also requires d2to1 Bump version to 0.1a5

I'm aware that there may be a desire to approach this differently but just wanted to send this off as these changes made me able to use Grapefruit on Python 3.11...