* 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
+2
View File
@@ -15,6 +15,8 @@
# 3. This notice may not be removed or altered from any source distribution. # 3. This notice may not be removed or altered from any source distribution.
# #
# Copyright (c) 2008 Greg Hewgill http://hewgill.com # Copyright (c) 2008 Greg Hewgill http://hewgill.com
#
# This has been modified from the original software.
# Copyright (c) 2011 William Grant <me@williamgrant.id.au> # Copyright (c) 2011 William Grant <me@williamgrant.id.au>
import base64 import base64
+2
View File
@@ -15,6 +15,8 @@
# 3. This notice may not be removed or altered from any source distribution. # 3. This notice may not be removed or altered from any source distribution.
# #
# Copyright (c) 2008 Greg Hewgill http://hewgill.com # Copyright (c) 2008 Greg Hewgill http://hewgill.com
#
# This has been modified from the original software.
# Copyright (c) 2011 William Grant <me@williamgrant.id.au> # Copyright (c) 2011 William Grant <me@williamgrant.id.au>
__all__ = [ __all__ = [
+2
View File
@@ -15,6 +15,8 @@
# 3. This notice may not be removed or altered from any source distribution. # 3. This notice may not be removed or altered from any source distribution.
# #
# Copyright (c) 2008 Greg Hewgill http://hewgill.com # Copyright (c) 2008 Greg Hewgill http://hewgill.com
#
# This has been modified from the original software.
# Copyright (c) 2011 William Grant <me@williamgrant.id.au> # Copyright (c) 2011 William Grant <me@williamgrant.id.au>
__all__ = [ __all__ = [
+1 -1
View File
@@ -37,7 +37,7 @@ Identified Mail) email signing and verification.""",
author_email = "greg@hewgill.com", author_email = "greg@hewgill.com",
url = "http://hewgill.com/pydkim/", url = "http://hewgill.com/pydkim/",
license = "BSD-like", license = "BSD-like",
py_modules = ["dkim"], packages = ["dkim"],
scripts = ["dkimsign.py", "dkimverify.py", "dkimsend.sh"], scripts = ["dkimsign.py", "dkimverify.py", "dkimsend.sh"],
data_files = [(os.path.join('share', 'man', 'man1'), data_files = [(os.path.join('share', 'man', 'man1'),
['man/dkimsign.1']), (os.path.join('share', 'man', 'man1'), ['man/dkimsign.1']), (os.path.join('share', 'man', 'man1'),