Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGES/10860.packaging.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Excluded generated Cython :file:`.hash/` directories from source distributions and wheels.
-- by :user:`nightcityblade`.
1 change: 1 addition & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ Moss Collum
Mun Gwan-gyeong
Navid Sheikhol
Nicolas Braem
Nightcity Blade
Nikolay Kim
Nikolay Novik
Nikolay Tiunov
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ global-exclude *.lib
global-exclude *.dll
global-exclude *.a
global-exclude *.obj
recursive-exclude aiohttp .hash/*
exclude aiohttp/*.html
prune docs/_build
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ include = [
]

[tool.setuptools.exclude-package-data]
"*" = ["*.c", "*.h"]
"*" = ["*.c", "*.h", ".hash/*"]

[tool.towncrier]
package = "aiohttp"
Expand Down
Loading