Skip to content

Commit

Permalink
packaging: add .pylintrc to sdist
Browse files Browse the repository at this point in the history
undo when .pylintrc is moved into pyproject.toml (which is only
supported since pylint 2.5.3+ @ 2020-06-8)
  • Loading branch information
pajod committed Aug 12, 2024
1 parent 81c1fc9 commit 0c722b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ include THANKS
include requirements_dev.txt
include requirements_test.txt
include tox.ini
include .pylintrc
recursive-include tests *
recursive-include examples *
recursive-include docs *
Expand Down

0 comments on commit 0c722b6

Please sign in to comment.