- Add LICENSE to MANIFEST.in so it is included in the tarball (LP:

#1845318)
This commit is contained in:
Scott Kitterman
2019-09-25 16:20:46 -04:00
parent f8e0cba772
commit d1801bb3d5
4 changed files with 7 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
2019-09-25 Verstion 0.9.4
- Add LICENSE to MANIFEST.in so it is included in the tarball (LP:
#1845318)
2019-08-09 Version 0.9.3
- Fix linesep setting in arcsign script (LP: #1838262) (Thanks to Gowtham
Gopalakrishnan for the report and the patch)
+1
View File
@@ -1,6 +1,7 @@
include dkim/*
include dkim/tests/*
include dkim/tests/data/*
include LICENSE
include README
include ChangeLog
include MANIFEST.in
+1 -1
View File
@@ -11,7 +11,7 @@ signing and verification.
VERSION
This is dkimpy 0.9.3.
This is dkimpy 0.9.4.
REQUIREMENTS
+1 -1
View File
@@ -25,7 +25,7 @@ from setuptools import setup
import os
import sys
version = "0.9.3"
version = "0.9.4"
kw = {} # Work-around for lack of 'or' requires in setuptools.
try: