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

Include SPDX license info in project metadata #1094

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

tiran
Copy link
Contributor

@tiran tiran commented Aug 13, 2024

A license entry in the project metadata makes it easier to detect the license of a project.

Before:

$ pip install pip-licenses outlines
$ pip-licenses  | grep outlines
 outlines                   0.0.46       UNKNOWN

After:

$ pip install .
$ pip-licenses  | grep outlines
 outlines                   0.0.47.dev43+g8b78f5d  Apache-2.0

A license entry in the project metadata makes it easier to detect the
license of a project.

Before:
```shell
$ pip install pip-licenses outlines
$ pip-licenses  | grep outlines
 outlines                   0.0.46       UNKNOWN
```

After:
```shell
$ pip install .
$ pip-licenses  | grep outlines
 outlines                   0.0.47.dev43+g8b78f5d  Apache-2.0
```

Signed-off-by: Christian Heimes <[email protected]>
@rlouf
Copy link
Member

rlouf commented Aug 13, 2024

Thank you so much, both for teaching me something, and improving the library.

@rlouf rlouf merged commit 3072b8f into dottxt-ai:main Aug 13, 2024
6 checks passed
@tiran
Copy link
Contributor Author

tiran commented Aug 13, 2024

You are welcome! Thanks for merging the PR in record time. 👍

@tiran tiran deleted the license-metadata branch August 13, 2024 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants