mirror of
https://github.com/adrienverge/yamllint.git
synced 2024-11-22 07:36:25 -06:00
e6dc67fd0a
`yamllint/conf/*.yml` remains in `setup.py`'s `package_data` because it needs to be installed when running `pip install .`. `docs/*` and `tests/yaml-1.2-spec-examples/*` just need to be packaged, they can go in the manifest.
3 lines
54 B
Plaintext
3 lines
54 B
Plaintext
include docs/*
|
|
include tests/yaml-1.2-spec-examples/*
|