ActiveState / appdirs

A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
http://pypi.python.org/pypi/appdirs
MIT License
1.05k stars 98 forks source link

License parsing #180

Closed TechnologyClassroom closed 2 years ago

TechnologyClassroom commented 2 years ago

GitHub says "View license" in the about section for this package when it could say "MIT license" instead.

I think the issue is that the first line saying "# This is the MIT license" throws off the parser. If it were changed to "The MIT License (MIT)", I believe it would make it more clear to people visiting for the first time. Would you like me to make a PR to fix this minor issue?

zoofood commented 2 years ago

Good spot. Feel free to submit a PR to get the cred. Cheers.