robotpy / robotpy-build

(mostly) automated C++ wrapping for Python
BSD 3-Clause "New" or "Revised" License
35 stars 16 forks source link

Should fail on non-lowercase package names #154

Open virtuald opened 2 years ago

virtuald commented 2 years ago

A user had an issue on Windows 10, Python 3.9, where pip installed the package by making all directories lowercase. We should fail when we see that.

auscompgeek commented 1 year ago

It's generally a bad idea to have uppercase in module names anyway, so being opinionated here is probably a good idea to avoid cross-platform issues.