From 4397ac4bd10b626aa9355cf04ee0cdb410fe6030 Mon Sep 17 00:00:00 2001 From: elie Date: Mon, 17 Aug 2015 22:10:27 +0000 Subject: wheel distribution format now supported --- CHANGES.txt | 2 ++ setup.cfg | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 setup.cfg 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 -- cgit v1.2.1