summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Röhling <roehling@debian.org>2022-04-11 12:49:14 +0200
committerTimo Röhling <roehling@debian.org>2024-02-23 13:44:05 +0100
commit119b114592e593a75984680b39278d6845e94782 (patch)
tree004b113e1ac9bf96ab949bb60ff00f8e6611f92e
parent3a9d0557d294a33d73e8ab45cc8959997ea46861 (diff)
Do not install documentation to /usr/lib/python3
Gbp-Pq: Name 0003-Do-not-install-documentation-to-usr-lib-python3.patch
-rwxr-xr-xsetup.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index f889cd6..72d009f 100755
--- a/setup.py
+++ b/setup.py
@@ -40,9 +40,6 @@ if sys.version_info < (3, 4):
setup(
version = '4.12.0',
- data_files = [('pwntools-doc',
- glob.glob('*.md') + glob.glob('*.txt')),
- ],
package_data = {
'pwnlib': [
'data/crcsums.txt',