Skip to content

Commit

Permalink
Removing invalid BSD-3 Clause license classifier.
Browse files Browse the repository at this point in the history
According to the pypi list of standardized classifiers, the classifier
`License :: OSI Approved :: BSD-3 Clause` is invalid.

This is also made clear by looking at the two latest publish package
steps, which both failed with the following error:

```
HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/
Invalid value for classifiers. Error: Classifier 'License :: OSI
Approved :: BSD-3 Clause' is not a valid classifier.
```

Removing this classifier should make the package valid for publishing
again as all remaining classifiers are valid.

See: https://pypi.org/classifiers/
  • Loading branch information
johanols committed Nov 23, 2023
1 parent 908efad commit cd67f85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
*********

1.8.4
=====
* Removing invalid BSD-3 Clause license classifier.

1.8.3
=====
* Changed `__iter__` return type to `Iterator`.
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ readme = "README.rst"
authors = [{name = "Data Engineering Collective", email = "[email protected]"}]
classifiers = [
"License :: OSI Approved :: BSD License",
"License :: OSI Approved :: BSD-3 Clause",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit cd67f85

Please sign in to comment.