aboutsummaryrefslogtreecommitdiff
blob: 7d9ea761afcff0f988c04529ed6920f1a8b689a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
include setup.py

# docs
include DEVELOPING
include LICENSE
include TEST-NOTES

# docbook sources
include doc/custom.xsl
recursive-include doc *.docbook

# sphinx sources
include doc/api/index.rst
include doc/api/conf.py
include doc/api/Makefile

# extra conf files used in ebuild
include cnf/make.conf.example.*

# extra files for tests
include .portage_not_installed

# extra scripts
include misc/*

# extensions
include src/*