Skip to content

Commit 883ce2b

Browse files
committed
BLD: Clean up MANIFEST.in
Add a note about why we ``` graft pandas/_libs/src graft pandas/_libs/tslibs/src ``` per https://github.com/pandas-dev/pandas/pull/41977/files#r650501025 Move versioneer.py up to the top with the "top-level" stuff. Delete a few redundant includes that are already included from the `graft pandas` and not excluded anywhere else.
1 parent 3e718e3 commit 883ce2b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

0 commit comments

Comments
 (0)