Skip to content

Commit

Permalink
build: remove unused setuptools setting
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aucampia committed Aug 27, 2023
1 parent e757687 commit 88575f1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[options.package_data]
rdflib = py.typed

# https://flake8.pycqa.org/en/latest/user/configuration.html
[flake8]
exclude =
Expand Down

0 comments on commit 88575f1

Please sign in to comment.