-
-
Notifications
You must be signed in to change notification settings - Fork 120
Issue with name casing #365
Description
Hi all,
i'm using geoalchemy2 in a poetry project. My current pyproject.toml includes geoalchemy2 = "^0.9.4".
By trying to update with poetry add geoalchemy2@^0.10.2 i get:
...depends on both geoalchemy2 (^0.9.4) and GeoAlchemy2 (^0.10.2), version solving failed.
I've already solved my issue by adjusting the version in the toml file and do a poetry update but still would like to know,
if there is a reasoning for the difference in the casing (apart from mirroring the SQLAlchemy setup) between the distribution info folder and the actual package folder.
The pypi project hast the capital casing as well. I suppose it's not easy to just chage to a lowercase name for an already published package, but i would like to know if that is something that should be considered?
I'm not 100% sure the poetry problem originates in the name difference but it seems likely.
Best regards