Skip to content

Commit

Permalink
write pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nycholas committed Oct 26, 2024
1 parent 9a637b9 commit 97d9e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cibw-before-build.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
pyproject = tomllib.load(fp)

pyproject['build-system']['requires'] = ['setuptools>=61.0', 'wheel>=0.42', 'mypy', 'pydantic']
pyproject['build-backend'] = 'setuptools.build_meta'
pyproject['build-system']['build-backend'] = 'setuptools.build_meta'

with open('pyproject.toml', 'w') as fp:
fp.write(dumps(pyproject))

0 comments on commit 97d9e26

Please sign in to comment.