added missing package: pgpy.packet

This commit is contained in:
Michael Greene
2014-04-22 22:47:19 -07:00
parent 06d5e05dfb
commit e99b249e9d

View File

@@ -48,5 +48,6 @@ setup(
packages = [
"pgpy",
"pgpy.packet",
],
)