summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2015-08-17 22:10:27 +0000
committerelie <elie>2015-08-17 22:10:27 +0000
commit4397ac4bd10b626aa9355cf04ee0cdb410fe6030 (patch)
treed983bac55b29eb422d677d62932426f76214b54e
parent8c84776de7fb92d7a015e0d1a0c50a41d7971a41 (diff)
downloadpysnmp-4397ac4bd10b626aa9355cf04ee0cdb410fe6030.tar.gz
wheel distribution format now supported
-rw-r--r--CHANGES.txt2
-rw-r--r--setup.cfg2
2 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 23478d7..8a58ef9 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,4 @@
+
Revision 4.3.0
--------------
@@ -114,6 +115,7 @@ Revision 4.3.0
- A few additional MIB tree management methods added to MibViewController
to better address ordered nature of MIB tree nodes (namely, getFirst*,
getLast* family of methods).
+- Wheel distribution format now supported.
- Fix to authoritative engine side snmpEngineID discovery procedure:
respond with notInTimeWindows rather then with unsupportedSecurityLevel
at time synchronization phase.
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..2a9acf1
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,2 @@
+[bdist_wheel]
+universal = 1