Skip to content

Commit

Permalink
add datatypes to setup.py packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MCOfficer committed Dec 24, 2019
1 parent 34105b2 commit 585e993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,6 +8,6 @@
author="MCOfficer",
author_email="mcofficer@gmx.de",
license="GPL3",
packages=["endlessparser"],
packages=["endlessparser", "endlessparser.datatypes"],
zip_safe=False,
)

0 comments on commit 585e993

Please sign in to comment.