diff --git a/setup.py b/setup.py index 554f19b..a16867a 100644 --- a/setup.py +++ b/setup.py @@ -37,5 +37,5 @@ "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Systems Administration :: Authentication/Directory" ], - install_requires = ["pywin32"] + install_requires = ["pypiwin32"] )