Update ChangeLog and README for setuptools

This commit is contained in:
Scott Kitterman
2018-03-25 22:42:26 -04:00
parent d860dfd51e
commit 30062b3c2b
2 changed files with 7 additions and 2 deletions
+2
View File
@@ -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
+5 -2
View File
@@ -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