Skip to content

Commit 980e52e

Browse files
committed
Make pants ignore setup.py and dist_utils.py
1 parent 51cb9f2 commit 980e52e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pants.toml

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ backend_packages = [
99
# shell
1010
"pants.backend.shell",
1111
]
12+
# pants ignores files in .gitignore, .*/ directories, /dist/ directory, and __pycache__.
13+
pants_ignore.add = [
14+
# TODO: remove these once we start building wheels with pants.
15+
"dist_utils.py",
16+
"setup.py",
17+
]
1218

1319
[source]
1420
# recording each pack individually under root patterns is not great, but resolves these issues:

0 commit comments

Comments
 (0)