jiffyclub / snakeviz

An in-browser Python profile viewer
https://jiffyclub.github.io/snakeviz/
Other
2.36k stars 139 forks source link

build: Remove setup.cfg as wheels are Python 3.7+ #193

Closed matthewfeickert closed 1 year ago

matthewfeickert commented 1 year ago

Remove the vestigial setup.cfg as with requires-python = ">=3.7" in 219a93a6c19c9f31bf53ccd71fa42cfdef3bb773 the wheels are Python 3.7+ and so there is no longer a Python 2 wheel and so no need to mark anything as 'universal'.

matthewfeickert commented 1 year ago

@jiffyclub this is ready for review.

matthewfeickert commented 1 year ago

@jiffyclub gentle ping on this.

jiffyclub commented 1 year ago

Thanks!