Skip to content
Snippets Groups Projects
Unverified Commit 96ecaf98 authored by Nick Crews's avatar Nick Crews Committed by GitHub
Browse files

BLD: drop `options.package_data` from setup.cfg (#46271)

parent cb980fa3
No related branches found
No related tags found
No related merge requests found
include RELEASE.md include RELEASE.md
include versioneer.py
graft doc graft doc
prune doc/build prune doc/build
...@@ -54,9 +55,6 @@ global-exclude *.pxi ...@@ -54,9 +55,6 @@ global-exclude *.pxi
# exclude the whole directory to avoid running related tests in sdist # exclude the whole directory to avoid running related tests in sdist
prune pandas/tests/io/parser/data prune pandas/tests/io/parser/data
include versioneer.py # Selectively re-add *.cxx files that were excluded above
include pandas/_version.py
include pandas/io/formats/templates/*.tpl
graft pandas/_libs/src graft pandas/_libs/src
graft pandas/_libs/tslibs/src graft pandas/_libs/tslibs/src
...@@ -51,9 +51,6 @@ test = ...@@ -51,9 +51,6 @@ test =
pytest>=6.0 pytest>=6.0
pytest-xdist>=1.31 pytest-xdist>=1.31
[options.package_data]
* = templates/*, _libs/**/*.dll
[build_ext] [build_ext]
inplace = True inplace = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment