We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c0b867 commit df4425aCopy full SHA for df4425a
setup.py
@@ -633,9 +633,9 @@ def run(self):
633
description=".Net and Mono integration for Python",
634
url="https://pythonnet.github.io/",
635
license="MIT",
636
- author="The Python for .Net developers",
+ author="The Contributors of the Python.NET Project",
637
author_email="pythonnet@python.org",
638
- setup_requires=["pycparser"],
+ install_requires=["pycparser"],
639
long_description=_get_long_description(),
640
ext_modules=[Extension("clr", sources=list(_get_source_files()))],
641
data_files=[("{install_platlib}", ["{build_lib}/Python.Runtime.dll"])],
0 commit comments