dkimsend.sh is gone

This commit is contained in:
Stuart D. Gathman
2011-10-26 16:26:00 -04:00
parent 06954830a1
commit f84927d7ed
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ Identified Mail) email signing and verification.""",
url = "http://hewgill.com/pydkim/",
license = "BSD-like",
packages = ["dkim"],
scripts = ["dkimsign.py", "dkimverify.py", "dkimsend.sh"],
scripts = ["dkimsign.py", "dkimverify.py"],
data_files = [(os.path.join('share', 'man', 'man1'),
['man/dkimsign.1']), (os.path.join('share', 'man', 'man1'),
['man/dkimverify.1'])],