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 dc5b43c commit d29a52eCopy full SHA for d29a52e
setup.py
@@ -141,7 +141,7 @@ def install_for_development(self):
141
license="MIT",
142
author="The Contributors of the Python.NET Project",
143
author_email="pythonnet@python.org",
144
- packages=["pythonnet"],
+ packages=["pythonnet", "pythonnet.util"],
145
install_requires=["pycparser", "clr_loader"],
146
long_description=long_description,
147
# data_files=[("{install_platlib}", ["{build_lib}/pythonnet"])],
0 commit comments