summarylogtreecommitdiffstats
path: root/setup.py
blob: baf6ed55a3080fccb9b147dbc512036ef5512104 (plain)
1
2
3
4
5
6
7
from distutils.core import setup
setup(name='ldns',
      version='1.6.17',
      py_modules=['ldns'],
      description="Python bindings for the ldns library for DNS programming",
      author="nlnetlabs.nl",
      )