* Change py_modules to packages in setup.py so it will install correctly.

* Explicitly mark all files modified from the original upstream (licensing paranoia).
This commit is contained in:
Scott Kitterman
2011-03-15 00:10:03 -04:00
parent ae9ffbc86f
commit 00164b8b5c
4 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ Identified Mail) email signing and verification.""",
author_email = "greg@hewgill.com",
url = "http://hewgill.com/pydkim/",
license = "BSD-like",
py_modules = ["dkim"],
packages = ["dkim"],
scripts = ["dkimsign.py", "dkimverify.py", "dkimsend.sh"],
data_files = [(os.path.join('share', 'man', 'man1'),
['man/dkimsign.1']), (os.path.join('share', 'man', 'man1'),