danj 149f3aec47 Update to mygpoclient-1.8 and switch to py3
From Tim Meunier (maintainer) with tweaks
2018-01-25 03:35:30 +00:00

15 lines
323 B
Plaintext

$OpenBSD: patch-setup_py,v 1.1 2018/01/25 03:35:30 danj Exp $
Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -37,7 +37,7 @@ else:
AUTHOR, EMAIL = re.match(r'(.*) <(.*)>', AUTHOR_EMAIL).groups()
DATA_FILES = [
- ('share/man/man1', glob.glob('man/*')),
+ ('man/man1', glob.glob('man/*')),
]
CLASSIFIERS = [