Skip to content

Commit

Permalink
BLD: drop options.package_data from setup.cfg (pandas-dev#46271)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCrews authored and yehoshuadimarsky committed Jul 13, 2022
1 parent 7c23b24 commit bc2883e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 2 additions & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include RELEASE.md
include versioneer.py

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

include versioneer.py
include pandas/_version.py
include pandas/io/formats/templates/*.tpl

# Selectively re-add *.cxx files that were excluded above
graft pandas/_libs/src
graft pandas/_libs/tslibs/src
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ test =
pytest>=6.0
pytest-xdist>=1.31

[options.package_data]
* = templates/*, _libs/**/*.dll

[build_ext]
inplace = True

Expand Down

0 comments on commit bc2883e

Please sign in to comment.