forked from pgq/skytools-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsource.cfg
More file actions
18 lines (15 loc) · 779 Bytes
/
source.cfg
File metadata and controls
18 lines (15 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# what to include in source distribution
# MANIFEST.in for Python Distutils
include Makefile COPYRIGHT README NEWS config.mak.in configure configure.ac source.cfg
recursive-include sql *.sql Makefile *.out *.in *.[ch] README* *.ini *.templ
recursive-include python/conf *.ini
recursive-include misc *.sh *.rc *.py *.css Cindent
recursive-include scripts *.py *.templ *.ini
recursive-include lib *.[ch] Makefile Setup.mk README COPYRIGHT
recursive-include debian changelog packages.in
recursive-include doc Makefile *.py *.txt *.[1-9] *.html
include python/skytools/installer_config.py.in
prune python/skytools/installer_config.py
recursive-include upgrade *.sql Makefile
recursive-include tests *.conf *.sh *.ini *.py Makefile data.sql install.sql *.sql *.conf
prune fix*.sql