setup.py update for fields getting reorged

This commit is contained in:
Michael Greene
2014-07-30 22:30:38 -07:00
parent 776413fb7e
commit 4dcc8caf11

View File

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