6 lines
134 B
Text
6 lines
134 B
Text
|
|
include LICENSE
|
||
|
|
include README.md
|
||
|
|
include pyproject.toml
|
||
|
|
recursive-include src *.py
|
||
|
|
global-exclude __pycache__
|
||
|
|
global-exclude *.py[co]
|