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-09-16 11:25:25 +0200
commit8bd352914af1aac2d0694a57a4aa53ec416f61dd (patch)
tree381f996e6039a9d8494ab1413eb5027cfa3aeec6
parentc7db57c2d518f2781e88ef2182e1b5cebec70b0f (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.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index bfe7e19..5421041 100755
--- a/setup.py
+++ b/setup.py
@@ -11,6 +11,7 @@ from distutils.command.install import INSTALL_SCHEMES
from distutils.sysconfig import get_python_inc
from distutils.util import convert_path
+from setuptools import find_packages
from setuptools import setup
# Get all template files
@@ -39,9 +40,6 @@ if sys.version_info < (3, 4):
setup(
version = '4.11.0',
- data_files = [('pwntools-doc',
- glob.glob('*.md') + glob.glob('*.txt')),
- ],
package_data = {
'pwnlib': [
'data/crcsums.txt',