- OS version and name: Win10
- Poetry version: 1.0.0b1
- Link of a Gist with the contents of your pyproject.toml file: N/A
Issue
Adding a custom [[tool.poetry.source]] whose name includes a period causes issues when paired with http_basic settings. The add_property method on the ConfigSource object blindly splits on periods, including those in the repo name. The side effect of this is that the resulting TOML becomes very "deep."
I'm happy to do a PR but I'm curious to know how much name checking is appropriate.
-vvvoption).Issue
Adding a custom
[[tool.poetry.source]]whosenameincludes a period causes issues when paired withhttp_basicsettings. Theadd_propertymethod on theConfigSourceobject blindly splits on periods, including those in the repo name. The side effect of this is that the resulting TOML becomes very "deep."I'm happy to do a PR but I'm curious to know how much name checking is appropriate.