From 21d00f267ac0d6d22c1ac51b60199278c28ad594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20Kr=C3=A4mer?= Date: Sun, 24 May 2015 12:23:20 +0200 Subject: [PATCH] changed dependency on pywin32 to pypiwin32 as recommended by e-nouri --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] )