Skip to content

Commit 079f388

Browse files
authored
build: remove unused setuptools setting (#2547)
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.
1 parent 8128151 commit 079f388

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[options.package_data]
2-
rdflib = py.typed
3-
41
# https://flake8.pycqa.org/en/latest/user/configuration.html
52
[flake8]
63
exclude =

0 commit comments

Comments
 (0)