From ddc989155d58641cf32e6a1ef8a400f22f5d167c Mon Sep 17 00:00:00 2001 From: elie Date: Mon, 14 Sep 2015 05:20:24 +0000 Subject: * synchronous oneliner apps redesigned to offer Python generator-based API along with a more comprehensive set of accepted parameters. * massively documented (in Sphinx, NumPy style) --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index fccda856..79417035 100644 --- a/setup.py +++ b/setup.py @@ -105,6 +105,8 @@ params.update( { 'pysnmp.entity', 'pysnmp.entity.rfc3413', 'pysnmp.entity.rfc3413.oneliner', + 'pysnmp.entity.rfc3413.oneliner.sync', + 'pysnmp.entity.rfc3413.oneliner.sync.compat', 'pysnmp.entity.rfc3413.twisted', 'pysnmp.entity.rfc3413.asyncio', 'pysnmp.proto', -- cgit v1.2.1