Skip to content
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

add license information to setup.cfg #32

Merged
merged 1 commit into from
Jan 21, 2024

Conversation

HeinrichAD
Copy link

This PR adds the MIT license information from the LICENSE.md file into the setup.cfg.

Intension

It would be great if this package would provide its MIT license information to pip and therefore supports commands like: pip show ansi or also packages like pip-licenses.

Compare before and after

  $ pip show ansi
  Name: ansi
  Version: 0.3.6
  Summary: ANSI cursor movement and graphics
  Home-page: https://github.com/tehmaze/ansi/
  Author: Wijnand Modderman-Lenstra
  Author-email: maze@pyth0n.org
- License:
+ License: MIT License
  Location: /home/<user>/.local/lib/python3.10/site-packages
  Requires:
  Required-by:

@jquast jquast merged commit 850fca5 into tehmaze:master Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants