We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5222d97 commit f162d86Copy full SHA for f162d86
setup.py
@@ -68,7 +68,7 @@ def read(fname):
68
description="Module for serializing and de-serializing Java objects.",
69
license="Apache License 2.0",
70
keywords="python java marshalling serialization",
71
- packages=["javaobj"],
+ packages=["javaobj", "javaobj.v1", "javaobj.v2"],
72
test_suite="tests.tests",
73
long_description=read("README.rst"),
74
classifiers=[
0 commit comments