diff options
author | Rob Austein <sra@hactrn.net> | 2013-01-05 04:22:52 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-01-05 04:22:52 +0000 |
commit | bdc8bca9fd5b2f8be2a729d3d7392c2806fbc3d7 (patch) | |
tree | aa1904d04e3c0e6a80c7241c6673e20e491cf90c /MANIFEST.in | |
parent | 786c821b49c3a3e9446854f74991e03344ee4a8d (diff) |
Use a distutils MANIFEST.in template, at least for now. There might
be a better way to do this, perhaps directly in setup.py, but this
lets bdist_rpm run to completion.
svn path=/branches/tk377/; revision=4951
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 00000000..b157f5c4 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,16 @@ +# $Id$ +include Makefile.in +include README +include ac_rpki.py.in +include setup.py +include configure +include configure.ac +graft buildtools +graft doc +graft h +graft openssl +graft rcynic +graft rpkid +graft rtr-origin +graft scripts +graft utils |