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

Removing invalid BSD-3 Clause license classifier. #101

Merged

Conversation

johanols
Copy link
Contributor

@johanols johanols commented Nov 23, 2023

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/

Checklist

  • Added a docs/changes.rst entry

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/
Copy link

codecov bot commented Nov 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (908efad) to head (cd67f85).
Report is 77 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #101   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files         32      32           
  Lines       1993    1993           
=====================================
  Misses      1993    1993           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@xhochy xhochy merged commit 8294af7 into data-engineering-collective:main Nov 24, 2023
11 checks passed
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