Skip to content

Commit

Permalink
Added missing packages in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tcalmant committed Dec 30, 2019
1 parent 5222d97 commit f162d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def read(fname):
description="Module for serializing and de-serializing Java objects.",
license="Apache License 2.0",
keywords="python java marshalling serialization",
packages=["javaobj"],
packages=["javaobj", "javaobj.v1", "javaobj.v2"],
test_suite="tests.tests",
long_description=read("README.rst"),
classifiers=[
Expand Down

0 comments on commit f162d86

Please sign in to comment.