From 30062b3c2b1cde4a7f808dc0875c933e4cdea8a9 Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Sun, 25 Mar 2018 22:42:26 -0400 Subject: [PATCH] Update ChangeLog and README for setuptools --- ChangeLog | 2 ++ README | 7 +++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ffa53d8..72a7df6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ Unreleased Version 0.8.0 + - Change from distutils to setuptools with entry points because it's the + future 2018-02-17 Version 0.7.1 - Update ed25519 tests, including using sample keys from RFC 8032 Section diff --git a/README b/README index 2fa33d7..d8fc2fc 100644 --- a/README +++ b/README @@ -25,9 +25,12 @@ REQUIREMENTS INSTALLATION -To build and install dkimpy: +This package includes a scripts and man pages. For those to be installed when +installing using setup.py, the following incantation is required because +setuptools developers decided not being able to do this by default is a +feature: - python setup.py install +python setup.py install --single-version-externally-managed --record=/dev/null DOCUMENTATION