summaryrefslogtreecommitdiff
path: root/setuptools/__init__.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2006-01-06 19:57:36 +0000
committerPJ Eby <distutils-sig@python.org>2006-01-06 19:57:36 +0000
commit5d732201ae2c910ebd00a882d33d70bc47056662 (patch)
tree477abc232e66761da651880d67d4390c98b9f243 /setuptools/__init__.py
parent59e6023baf87bd578ca73bd534d35917592f3a76 (diff)
downloadpython-setuptools-git-5d732201ae2c910ebd00a882d33d70bc47056662.tar.gz
SharedLibrary -> Library. For now, Windows libs get built as shared,
and other platforms get static. :( --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041941
Diffstat (limited to 'setuptools/__init__.py')
-rw-r--r--setuptools/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/__init__.py b/setuptools/__init__.py
index 4c14fe3a..d51fdb49 100644
--- a/setuptools/__init__.py
+++ b/setuptools/__init__.py
@@ -1,5 +1,5 @@
"""Extensions to the 'distutils' for large or complex distributions"""
-from setuptools.extension import Extension, SharedLibrary
+from setuptools.extension import Extension, Library
from setuptools.dist import Distribution, Feature, _get_unpatched
import distutils.core, setuptools.command
from setuptools.depends import Require