mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-03 20:40:08 -05:00
8 lines
268 B
Python
8 lines
268 B
Python
from distutils.core import setup
|
|
setup(name='isc',
|
|
version='1.0',
|
|
description='Python functions to support BIND utilities',
|
|
url='https://www.isc.org/bind',
|
|
author='Internet Systems Consortium, Inc',
|
|
license='ISC',
|
|
packages=['isc'])
|