We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
options.package_data
1 parent cb980fa commit 96ecaf9Copy full SHA for 96ecaf9
MANIFEST.in
@@ -1,4 +1,5 @@
1
include RELEASE.md
2
+include versioneer.py
3
4
graft doc
5
prune doc/build
@@ -54,9 +55,6 @@ global-exclude *.pxi
54
55
# exclude the whole directory to avoid running related tests in sdist
56
prune pandas/tests/io/parser/data
57
-include versioneer.py
58
-include pandas/_version.py
59
-include pandas/io/formats/templates/*.tpl
60
-
+# Selectively re-add *.cxx files that were excluded above
61
graft pandas/_libs/src
62
graft pandas/_libs/tslibs/src
setup.cfg
@@ -51,9 +51,6 @@ test =
51
pytest>=6.0
52
pytest-xdist>=1.31
53
-[options.package_data]
-* = templates/*, _libs/**/*.dll
[build_ext]
inplace = True
0 commit comments