Blame SOURCES/python-nss-doc-manifest.patch
|
|
1677ba |
# HG changeset patch
|
|
|
1677ba |
# User John Dennis <jdennis@redhat.com>
|
|
|
1677ba |
# Date 1420558515 18000
|
|
|
1677ba |
# Tue Jan 06 10:35:15 2015 -0500
|
|
|
1677ba |
# Node ID 22895012dc87281141bf15494bb860e68b37ecc6
|
|
|
1677ba |
# Parent 46403a1eb97050a09eb8c4e6adf428c742ab9c5f
|
|
|
1677ba |
fix install_doc manifest, it omitted the run_tests script.
|
|
|
1677ba |
|
|
|
1677ba |
Tighten up the manifest regular expressions.
|
|
|
1677ba |
Exclude the pki directory from doc/examples and test.
|
|
|
1677ba |
|
|
|
1677ba |
diff --git a/setup.py b/setup.py
|
|
|
1677ba |
--- a/setup.py
|
|
|
1677ba |
+++ b/setup.py
|
|
|
1677ba |
@@ -21,9 +21,11 @@
|
|
|
1677ba |
|
|
|
1677ba |
doc_manifest = [
|
|
|
1677ba |
[['include README LICENSE* doc/ChangeLog',
|
|
|
1677ba |
- 'recursive-include doc *.py *.txt',],
|
|
|
1677ba |
+ 'recursive-include doc *.py *.txt',
|
|
|
1677ba |
+ 'prune doc/examples/pki'],
|
|
|
1677ba |
[('^doc/', '')], None],
|
|
|
1677ba |
- [['recursive-include test *.py *.txt',],
|
|
|
1677ba |
+ [['recursive-include test run_tests setup_certs.py test_*.py util.py *.txt',
|
|
|
1677ba |
+ 'prune test/pki'],
|
|
|
1677ba |
None , None],
|
|
|
1677ba |
[['recursive-include lib *.py *.txt',],
|
|
|
1677ba |
[('^lib/', '')] , 'examples'],
|