Update ChangeLog and README for setuptools
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user