This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
bidict
mirror of
https://github.com/jab/bidict.git
Watch
1
Star
1
Fork
You've already forked bidict
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
568c856744
bidict
/
pyproject.toml
4 lines
81 B
TOML
Raw
Normal View
History
Unescape
Escape
use pyproject.toml to specify build dependencies
2018-09-12 11:46:24 +00:00
[
build-system
]
Remove wheel as direct dependency of build-system in pyproject.toml. Ref: https://github.com/pypa/setuptools/commit/f7d30a9
2022-06-24 12:22:09 +00:00
requires
=
[
"setuptools"
]
improvements to pyproject.toml changes
2018-09-17 23:23:46 +00:00
build-backend
=
"setuptools.build_meta"