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

Commitdf4425a

Browse files
committed
Make pip recognise the dependency on pycparser
1 parent6c0b867 commitdf4425a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -633,9 +633,9 @@ def run(self):
633633
description=".Net and Mono integration for Python",
634634
url="https://pythonnet.github.io/",
635635
license="MIT",
636-
author="ThePython for .Net developers",
636+
author="TheContributors of the Python.NET Project",
637637
author_email="pythonnet@python.org",
638-
setup_requires=["pycparser"],
638+
install_requires=["pycparser"],
639639
long_description=_get_long_description(),
640640
ext_modules=[Extension("clr",sources=list(_get_source_files()))],
641641
data_files=[("{install_platlib}", ["{build_lib}/Python.Runtime.dll"])],

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp