Benjamin Kane

Results 12 comments of Benjamin Kane

Hmm it's been a bit, but iirc I tried the code in the README and it didn't work, forcing me to modify it to the contents of the PR. I...

I'm using the following block in my `pyproject.toml` for a learning project: ```toml [tool.setuptools.packages.find] where = ["."] include = ["simple_python_package*"] exclude = ["simple_python_package.tests*", "simple_python_package.scripts*"] namespaces = false ``` Is this...