mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-23 18:49:54 +00:00
9 lines
268 B
Python
9 lines
268 B
Python
from distutils.core import setup
|
|
setup(name='isc',
|
|
version='2.0',
|
|
description='Python functions to support BIND utilities',
|
|
url='https://www.isc.org/bind',
|
|
author='Internet Systems Consortium, Inc',
|
|
license='ISC',
|
|
packages=['isc'])
|