mikwielgus / forum-dl

Scrape posts, threads from forums, news aggregators, mail archives, export to JSONL, mailbox, WARC
MIT License
74 stars 1 forks source link

Explicitly set pyproject build-system build-backend to setuptools build_meta #14

Closed pabs3 closed 1 year ago

pabs3 commented 1 year ago

It is better to be explicit than implicit.

The default is the setuptools legacy build backend but some versions of setuptools might not have the setuptools legacy build backend and some tools might not set a default build backend.

See-also: https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/#fallback-behaviour See-also: https://salsa.debian.org/python-team/tools/pypi2deb/-/merge_requests/18 See-also: https://github.com/pypa/setuptools/issues/1694

mikwielgus commented 1 year ago

Merged. Thanks!