From 627d9ff4a3715477e56fe397f099ad0db0d5c1b9 Mon Sep 17 00:00:00 2001 From: elie Date: Sun, 27 Sep 2015 10:26:25 +0000 Subject: * Asyncore and asyncio-based APIs reworked to become functions. * Asyncio and Twisted API moved entirely into high-level domain to be aligned with other high-level APIs. This WILL BREAK backward compatibility for those apps that use Twisted API. --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 7f189ad..4cf6cbe 100644 --- a/setup.py +++ b/setup.py @@ -104,12 +104,14 @@ params.update( { 'pysnmp.carrier.asyncio.dgram', 'pysnmp.entity', 'pysnmp.entity.rfc3413', - 'pysnmp.entity.rfc3413.twisted', - 'pysnmp.entity.rfc3413.asyncio', + 'pysnmp.entity.rfc3413.oneliner', 'pysnmp.hlapi', + 'pysnmp.hlapi.asyncio', 'pysnmp.hlapi.asyncore', 'pysnmp.hlapi.asyncore._sync', 'pysnmp.hlapi.asyncore._sync.compat', + 'pysnmp.hlapi.trollius', + 'pysnmp.hlapi.twisted', 'pysnmp.proto', 'pysnmp.proto.mpmod', 'pysnmp.proto.secmod', -- cgit v1.2.1