mirror of
https://github.com/benbusby/whoogle-search.git
synced 2025-05-23 17:52:33 -04:00
* Sync setup.cfg with requirements.txt * Include tests in PyPI tarballs And exclude them from setuptools * Set version number only once Switch to PEP517 standard (pyproject.toml) for builds
4 lines
90 B
TOML
4 lines
90 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|