-
-
Notifications
You must be signed in to change notification settings - Fork 57
Update links #362
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
Update links #362
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -52,11 +52,14 @@ docs = [ | |||
| ] | ||||
|
|
||||
| [project.urls] | ||||
| Project-URL = "https://github.com/codingjoe/django-select2" | ||||
| # https://packaging.python.org/en/latest/specifications/well-known-project-urls/#well-known-labels | ||||
| Homepage = "https://github.com/codingjoe/django-select2" | ||||
| Changelog = "https://github.com/codingjoe/django-select2/releases" | ||||
| Source = "https://github.com/codingjoe/django-select2" | ||||
| Releasenotes = "https://github.com/codingjoe/django-select2/releases/latest" | ||||
|
||||
| Releasenotes = "https://github.com/codingjoe/django-select2/releases/latest" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The key "Releasenotes" should be "Release Notes" (two words with proper capitalization) according to Python packaging well-known project URL labels. The standard well-known label for this purpose is "Release Notes", not "Releasenotes".