aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorRoman Lacko <backup.rlacko@gmail.com>2013-07-13 00:21:23 +0200
committerRoman Lacko <backup.rlacko@gmail.com>2013-07-13 00:21:23 +0200
commitf9e4f1b8054687dc4e16ed576dd1a10c62907994 (patch)
tree6e96ec94f1afcfabfbb9f78cdffb03b24d2131f7 /setup.py
parent47907b37035370f5311d452786986b1bdd165f9a (diff)
Support for building windows binaries with only Windows SDK installed (Visual Studio is no more required)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 7ac7b9f63..5023c7d4a 100644
--- a/setup.py
+++ b/setup.py
@@ -24,9 +24,6 @@ REQUIREMENTS:
OPTIONAL:
OpenSSL: You can specify the location of OpenSSL DLLs with option --opnessl=</path/to/openssl/bin>.
You can download OpenSSL for windows here: http://slproweb.com/products/Win32OpenSSL.html
-
-NOTES:
-Building 64bit version is not supported with Visual Studio 2008 Express Edition.
"""
__version__ = "1.3.0dev"