summaryrefslogtreecommitdiff
path: root/devel/py-setuptools_trial/patches/patch-setup.py
blob: f0db77f85480cfc96524cb3dce4ee7cc4e49d9d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-setup.py,v 1.1 2018/04/03 20:19:47 adam Exp $

Do not install docs and avoid conflict between Python versions.

--- setup.py.orig	2018-04-03 20:08:51.000000000 +0000
+++ setup.py
@@ -86,7 +86,6 @@ setup(
     license="BSD",
     packages=find_packages(exclude=("tests",)),
     include_package_data=True,
-    data_files=data_files,
     classifiers=trove_classifiers,
     extras_require={
         ":python_version == '2.7'": ["pathlib2"],