author | Volker Birk <vb@pep-project.org> |
Tue, 15 Dec 2020 11:29:51 +0100 | |
changeset 68 | 26120af11afd |
parent 45 | 4ac3bb01f0bc |
child 65 | d659b8c2ed22 |
permissions | -rw-r--r-- |
45
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
1 |
# Files to include in the source package - for the case |
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
2 |
# the project directory is are not in a VCS. |
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
3 |
include yml2c |
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
4 |
include yml2proc |
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
5 |
include yml2/*.ysl2 |
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
6 |
include yml2/*.yml2 |
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
7 |
|
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
8 |
include Makefile |
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
9 |
include *.yhtml2 |
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
10 |
include format.css |
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
11 |
include gpl-2.0.txt |
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
12 |
|
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
13 |
include samples/* |
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
14 |
include vim/syntax/* |
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
15 |
|
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
16 |
exclude .hgtags |
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
17 |
exclude .hgignore |