-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with name casing #365
Comments
Hi @TheGreatRefrigerator |
Hi @adrien-berchet, thx for the quick answer.
that's probably what i did originally. Although it doesn't have to be equal, i still think it would be good to have a consistent name and also more in line with PEP 423. Of course renaming is quite some effort and your desicion whether to do or not. |
I did not know this PEP 423, thanks :-) |
Do you think it's reasonable to label this issue as |
Sure! |
Ok, thanks! |
Hi all,
i'm using geoalchemy2 in a poetry project. My current
pyproject.toml
includesgeoalchemy2 = "^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
The text was updated successfully, but these errors were encountered: