bwatson-dk

Results 2 comments of bwatson-dk

You could also just use the setuptools build backend. ```yaml build-backend = "setuptools.build_meta" ``` It's pretty standardized and I don't think there are any concerns about maintenance. Also, since a...

Part of the way boltons is structured is to make it easy to partially vendor it. For instance, using ``debugutils.py`` should be as simple as dropping ``debugutils.py`` and ``typeutils.py`` into...