Skip to content

Commit

Permalink
Ignore _http_parser generated files in MANIFEST.in on creating tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 27, 2017
1 parent 09ed30e commit 8622d6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ exclude aiohttp/_frozenlist.html
exclude aiohttp/_frozenlist.*.so
exclude aiohttp/_frozenlist.pyd
exclude aiohttp/_frozenlist.*.pyd
exclude aiohttp/_http_parser.html
exclude aiohttp/_http_parser.*.so
exclude aiohttp/_http_parser.pyd
exclude aiohttp/_http_parser.*.pyd
exclude aiohttp/_websocket.html
exclude aiohttp/_websocket.*.so
exclude aiohttp/_websocket.pyd
Expand Down

0 comments on commit 8622d6c

Please sign in to comment.