Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd29a52e

Browse files
committed
Add missing package to setup.py
1 parentdc5b43c commitd29a52e

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)

[8]ページ先頭

©2009-2025 Movatter.jp