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