Skip to content

Commit 96ecaf9

Browse files
authored
BLD: drop options.package_data from setup.cfg (#46271)
1 parent cb980fa commit 96ecaf9

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

Diff for: MANIFEST.in

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
include RELEASE.md
2+
include versioneer.py
23

34
graft doc
45
prune doc/build
@@ -54,9 +55,6 @@ global-exclude *.pxi
5455
# exclude the whole directory to avoid running related tests in sdist
5556
prune pandas/tests/io/parser/data
5657

57-
include versioneer.py
58-
include pandas/_version.py
59-
include pandas/io/formats/templates/*.tpl
60-
58+
# Selectively re-add *.cxx files that were excluded above
6159
graft pandas/_libs/src
6260
graft pandas/_libs/tslibs/src

Diff for: setup.cfg

-3
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ test =
5151
pytest>=6.0
5252
pytest-xdist>=1.31
5353

54-
[options.package_data]
55-
* = templates/*, _libs/**/*.dll
56-
5754
[build_ext]
5855
inplace = True
5956

0 commit comments

Comments
 (0)