added new subpackages

This commit is contained in:
Michael Greene
2014-07-01 14:11:27 -07:00
parent 4256044c75
commit 9993bbfe5c

View File

@@ -58,5 +58,7 @@ setup(
packages = [
"pgpy",
"pgpy.packet",
"pgpy.packet.fields",
"pgpy.packet.subpackets"
],
)