15 lines
236 B
Plaintext
15 lines
236 B
Plaintext
|
|
include *.py
|
||
|
|
include *.rst
|
||
|
|
include .mailmap
|
||
|
|
include LICENSE
|
||
|
|
include MANIFEST.in
|
||
|
|
include pyproject.toml
|
||
|
|
include tox.ini
|
||
|
|
|
||
|
|
recursive-include .github *
|
||
|
|
|
||
|
|
include mopidy_*/ext.conf
|
||
|
|
|
||
|
|
recursive-include tests *.py
|
||
|
|
recursive-include tests/data *
|