* 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:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user