summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Houghton <alastair@coriolis-systems.com>2014-04-28 18:25:29 +0100
committerAlastair Houghton <alastair@coriolis-systems.com>2014-04-28 18:25:29 +0100
commit20beadd1263f6702686584870e875fb474f1b259 (patch)
tree0206b4ef94f765cf90ddae9a42e1badd3f04e641
parent5ce3575775909c02aea6d996b89c862b7e2ca76f (diff)
downloadnetifaces-20beadd1263f6702686584870e875fb474f1b259.tar.gz
Set the zip-safe flag.
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 3cf99bf..2c0015d 100644
--- a/setup.py
+++ b/setup.py
@@ -409,6 +409,7 @@ long_desc = open(readme_path, 'r').read()
setup (name='netifaces',
version=__version__,
+ zip_safe=True,
description="Portable network interface information.",
license="MIT License",
long_description=long_desc,