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