forked from Nuitka/Nuitka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
40 lines (34 loc) · 1.16 KB
/
MANIFEST.in
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
28
29
30
31
32
33
34
35
36
37
38
39
40
include LICENSE.txt
include MANIFEST.in
include README.rst README.pdf
include Changelog.rst Changelog.pdf
include Developer_Manual.rst Developer_Manual.pdf
include doc/*.1
include bin/compare_with_cpython
include bin/compare_with_xml
include bin/check-nuitka-with-pylint
include bin/autoformat-nuitka-source
include bin/measure-construct-performance
# Runners, mainly for source distribution.
include bin/nuitka
include bin/nuitka-run
include misc/*.sh
include misc/*.bat
include tests/run-tests
# Logo with source
include doc/Logo/Nuitka-Logo-Symbol.svg
include doc/Logo/Nuitka-Logo-Vertical.svg
include doc/Logo/Nuitka-Logo-Horizontal.svg
include doc/images/Nuitka-Logo-Symbol.png
include doc/images/Nuitka-Logo-Vertical.png
include doc/images/Nuitka-Logo-Horizontal.png
recursive-include lib *.py
# Core tests are included along with Nuitka itself.
recursive-include tests/basics *.py
recursive-include tests/syntax *.py
recursive-include tests/packages *.py
recursive-include tests/programs *.py
include tests/programs/pkgutil_usage/package/DATA_FILE.txt
recursive-include tests/optimizations *.py
recursive-include tests/standalone *.py
recursive-include tests/reflected *.py