mirror of https://github.com/MagicStack/uvloop.git
10 lines
382 B
Plaintext
10 lines
382 B
Plaintext
recursive-include docs *.py *.rst
|
|
recursive-include examples *.py
|
|
recursive-include tests *.py *.pem
|
|
recursive-include uvloop *.pyx *.pxd *.pxi *.py *.c *.h
|
|
recursive-include vendor/libuv *
|
|
recursive-exclude vendor/libuv/.git *
|
|
recursive-exclude vendor/libuv/docs *
|
|
recursive-exclude vendor/libuv/img *
|
|
include LICENSE-MIT LICENSE-APACHE README.rst Makefile performance.png .flake8
|