Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ classifiers = [
"Intended Audience :: Information Technology",
"Intended Audience :: Science/Research",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: Apache Software License",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

full ack. line 11 claims MIT.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Furthermore, https://github.com/willynilly/rfc3987-syntax/blob/v1.1.0/LICENSE is MIT, and README.md claims the MIT license as a major selling point,

- ✅ Built using a **permissive MIT license**

so I think the intent here is clear.

The README notes that this library was largely written by ChatGPT,

ChatGPT 40 was used during the original development process. Errors may exist due to this assistance. Additional review, testing, and bug fixes by human experts is welcome.

so I think that explains where the incorrect trove classifier came from.

"Natural Language :: English",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
Expand Down Expand Up @@ -50,4 +49,4 @@ pythonpath = [
]

[tool.hatch.build.targets.sdist.force-include]
"CITATION.cff" = "src/rfc3987_syntax/CITATION.cff"
"CITATION.cff" = "src/rfc3987_syntax/CITATION.cff"