Codebase list astroquery / 1e2adac1-243a-41de-9870-122393c3bfb5/main pyproject.toml
1e2adac1-243a-41de-9870-122393c3bfb5/main

Tree @1e2adac1-243a-41de-9870-122393c3bfb5/main (Download .tar.gz)

pyproject.toml @1e2adac1-243a-41de-9870-122393c3bfb5/mainraw · history · blame

[tool.astropy-bot]

[tool.astropy-bot.changelog_checker]
filename = "CHANGES.rst"

# astroquery still uses astropy-helpers
# but we include pyproject.toml here so that python -m build can
# work out of the box. In setup.py, we manually ensure that
# astropy_helpers can be imported as an additional build time
# dependency.

[build-system]
requires = ["setuptools", "wheel"]
build-backend = 'setuptools.build_meta'