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>2023-11-15 17:55:27 +0100
commit2b85a2c02477cfbafda625f688f565fa63978ddf (patch)
tree9e4211c30cdec658c99ed28a14e287504ead381a
parent8b07b6172ea68386bfa0fa345ce75690f3b48afb (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 9c53854..1e3c9a7 100755
--- a/setup.py
+++ b/setup.py
@@ -38,9 +38,6 @@ if sys.version_info < (3, 4):
setup(
version = '4.11.1',
- data_files = [('pwntools-doc',
- glob.glob('*.md') + glob.glob('*.txt')),
- ],
package_data = {
'pwnlib': [
'data/crcsums.txt',