googlefonts / ufomerge

ufomerge
Apache License 2.0
11 stars 3 forks source link

remove setuptools from runtime dependencies, it's only a build requirement #1

Closed anthrotype closed 1 year ago

anthrotype commented 1 year ago

setuptools is already listed in [build-system] requires key, there is no need to add it as a run-time dependency, it does not seem like the ufomerge library imports setuptools (grep setuptools finds nothing inside Lib/).

simoncozens commented 1 year ago

Thanks!