diff options
author | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2008-12-19 13:43:41 +0000 |
---|---|---|
committer | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2008-12-19 13:43:41 +0000 |
commit | 9cae97215665ca7e6e69cab99286cdec3b2f2054 (patch) | |
tree | b6aa45efd3763aa339db0a4b1a18eff16e85ef53 /src/MANIFEST.in | |
parent | 4eded2db1f1800db48f5b8ffc7f74b446d992160 (diff) | |
download | sos-9cae97215665ca7e6e69cab99286cdec3b2f2054.tar.gz |
attempting to fix build process to be more sane
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@545 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src/MANIFEST.in')
-rw-r--r-- | src/MANIFEST.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/MANIFEST.in b/src/MANIFEST.in new file mode 100644 index 00000000..6755b997 --- /dev/null +++ b/src/MANIFEST.in @@ -0,0 +1,9 @@ +recursive-include locale *.mo +recursive-include extras * +include sosreport* +include README +include LICENSE +include READ.rh-upload-core +include TODO +include rhsupport.pub +include sos.conf
\ No newline at end of file |