diff paint/info.py @ 74:84890934af1f

start tests for third-party sanity check; first up setup() -> metadata conversion
author Jeff Hammel <jhammel@mozilla.com>
date Sun, 27 Jan 2013 19:03:42 -0800
parents 5b10f2c03cb9
children 00c0f668f332
line wrap: on
line diff
--- a/paint/info.py	Sun Jan 27 18:19:14 2013 -0800
+++ b/paint/info.py	Sun Jan 27 19:03:42 2013 -0800
@@ -34,7 +34,7 @@
     convert setup arguments to standard python metadata:
     http://www.python.org/dev/peps/pep-0314/
     """
-    distribution = Distribution(kwargs)
+    distribution = Distribution(attrs)
     buffer = StringIO()
     distribution.metadata.write_pkg_file(buffer)
     raise NotImplementedError("TODO")