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

fix: author name, email and license name in pyproject.toml #41

Merged
merged 2 commits into from
Feb 18, 2025

Conversation

Danyal-Faheem
Copy link
Contributor

@Danyal-Faheem Danyal-Faheem commented Feb 18, 2025

Both of these issues have been mentioned in the parent epic: overhangio/tutor#1190

The author name is a known issue where it would display both the email and name against the author name and email against the author-email field. By changing it to two different json objects, it displays name and email against their respective headings.

The license would display the entire file when we ran pip show plugin which would make everything cluttered, hence we decided to limit it to just the license name. Reference discussion: overhangio/tutor#1163 (comment)

P.S, I will need some confirmation on the BSD license name. We should be using the ones specified in the SPDX License list but BSD has a lot of different names.

Copy link
Member

@CodeWithEmad CodeWithEmad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @Danyal-Faheem, for your contribution.

@CodeWithEmad CodeWithEmad merged commit 72dec13 into overhangio:master Feb 18, 2025
@Danyal-Faheem Danyal-Faheem deleted the danyal/fix-author-license branch February 18, 2025 12:12
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.

2 participants