Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: remove unused setuptools setting
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