jiffyclub / palettable

Color palettes for Python
https://jiffyclub.github.io/palettable/
Other
768 stars 73 forks source link

setup.py missing since 3.3.3 #56

Closed vicp74 closed 3 months ago

vicp74 commented 1 year ago

Hi,

I think setup.py is missing since the last tagged version, 3.3.3. Is this intended behaviour?

jiffyclub commented 3 months ago

Yes, this is intended. I'm not super deep on Python packaging but my understanding is that the best practice these days is to put everything in the pyproject.toml file.