Skip to content

Commit d29a52e

Browse files
committed
Add missing package to setup.py
1 parent dc5b43c commit d29a52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def install_for_development(self):
141141
license="MIT",
142142
author="The Contributors of the Python.NET Project",
143143
author_email="pythonnet@python.org",
144-
packages=["pythonnet"],
144+
packages=["pythonnet", "pythonnet.util"],
145145
install_requires=["pycparser", "clr_loader"],
146146
long_description=long_description,
147147
# data_files=[("{install_platlib}", ["{build_lib}/pythonnet"])],

0 commit comments

Comments
 (0)