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

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="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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy