Skip to content

Commit df4425a

Browse files
committed
Make pip recognise the dependency on pycparser
1 parent 6c0b867 commit df4425a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
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="The Python for .Net developers",
636+
author="The Contributors 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)