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

build: remove unused setuptools setting #2547

Merged

Conversation

aucampia
Copy link
Member

Summary of changes

This change removes options.package_data from setup.cfg.

options.package_data is used by setuptools
[ref]. RDFLib, however, no longer uses setuptools and uses poetry instead, so it has no effect, and poetry does include all files in the package by default.

Checklist

  • Checked that there aren't other open pull requests for
    the same change.
  • Checked that all tests and type checking passes.
  • Considered granting push permissions to the PR branch,
    so maintainers can fix minor issues and keep your PR up to date.

This change removes `options.package_data` from `setup.cfg`.

`options.package_data` is used by setuptools
[[ref](https://setuptools.pypa.io/en/latest/userguide/datafiles.html#package-data)].
RDFLib, however, no longer uses setuptools and uses poetry instead, so
it has no effect, and poetry does include all files in the package by
default.
@aucampia aucampia requested a review from a team August 27, 2023 18:31
@aucampia aucampia added review wanted This indicates that the PR is ready for review ready to merge The PR will be merged soon if no further feedback is provided. labels Aug 27, 2023
@coveralls
Copy link

Coverage Status

coverage: 90.935%. first build when pulling 88575f1 on aucampia:aucampia/20230827T2025-remove-setuptools-config into e757687 on RDFLib:main.

@aucampia aucampia merged commit 079f388 into RDFLib:main Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to merge The PR will be merged soon if no further feedback is provided. review wanted This indicates that the PR is ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants