summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Houghton <alastair@coriolis-systems.com>2012-01-31 11:10:40 +0000
committerAlastair Houghton <alastair@coriolis-systems.com>2012-01-31 11:10:40 +0000
commitccc5426e1eefa702d9e38a8b05df2a68349aaf3f (patch)
tree782709ebfd0e199e3d68f8249a5684374ca1edeb
parent524551f95b6a28c9bde829561b9579ba8def9e92 (diff)
downloadnetifaces-ccc5426e1eefa702d9e38a8b05df2a68349aaf3f.tar.gz
Removed egg-info folder.
-rwxr-xr-xnetifaces.egg-info/PKG-INFO25
-rwxr-xr-xnetifaces.egg-info/SOURCES.txt8
-rwxr-xr-xnetifaces.egg-info/dependency_links.txt1
-rwxr-xr-xnetifaces.egg-info/top_level.txt1
4 files changed, 0 insertions, 35 deletions
diff --git a/netifaces.egg-info/PKG-INFO b/netifaces.egg-info/PKG-INFO
deleted file mode 100755
index 11616f3..0000000
--- a/netifaces.egg-info/PKG-INFO
+++ /dev/null
@@ -1,25 +0,0 @@
-Metadata-Version: 1.0
-Name: netifaces
-Version: 0.7
-Summary: Portable network interface information.
-Home-page: http://alastairs-place.net/netifaces
-Author: Alastair Houghton
-Author-email: alastair@alastairs-place.net
-License: MIT License
-Description: netifaces provides a (hopefully portable-ish) way for Python programmers to
- get access to a list of the network interfaces on the local machine, and to
- obtain the addresses of those network interfaces.
-
- The package has been tested on Mac OS X, Windows XP, Windows Vista, Linux
- and Solaris. On Windows, it is currently not able to retrieve IPv6
- addresses, owing to shortcomings of the Windows API.
-
- It should work on other UNIX-like systems provided they implement
- either getifaddrs() or support the SIOCGIFxxx socket options, although the
- data provided by the socket options is normally less complete.
-
-Platform: UNKNOWN
-Classifier: Development Status :: 4 - Beta
-Classifier: Intended Audience :: Developers
-Classifier: License :: OSI Approved :: MIT License
-Classifier: Topic :: System :: Networking
diff --git a/netifaces.egg-info/SOURCES.txt b/netifaces.egg-info/SOURCES.txt
deleted file mode 100755
index 3699ec0..0000000
--- a/netifaces.egg-info/SOURCES.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-README
-netifaces.c
-setup.cfg
-setup.py
-netifaces.egg-info/PKG-INFO
-netifaces.egg-info/SOURCES.txt
-netifaces.egg-info/dependency_links.txt
-netifaces.egg-info/top_level.txt \ No newline at end of file
diff --git a/netifaces.egg-info/dependency_links.txt b/netifaces.egg-info/dependency_links.txt
deleted file mode 100755
index 8b13789..0000000
--- a/netifaces.egg-info/dependency_links.txt
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/netifaces.egg-info/top_level.txt b/netifaces.egg-info/top_level.txt
deleted file mode 100755
index 3f008fd..0000000
--- a/netifaces.egg-info/top_level.txt
+++ /dev/null
@@ -1 +0,0 @@
-netifaces