whoops, forgot to add the .pens subpacke to the distutils script :-( noticed by rroberts.


git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@433 4cde692c-a291-49d1-8350-778aa11640f8
diff --git a/setup.py b/setup.py
index acf9c2b..907abaf 100755
--- a/setup.py
+++ b/setup.py
@@ -80,6 +80,7 @@
 			"fontTools",
 			"fontTools.encodings",
 			"fontTools.misc",
+			"fontTools.pens",
 			"fontTools.ttLib",
 			"fontTools.ttLib.tables",
 			"fontTools.ttLib.test",