summaryrefslogtreecommitdiff
path: root/tests/testdata/headers.dist/setup.py
blob: 67cada32247d522cc160cff7ce88b52764669b7e (plain)
1
2
3
4
5
6
7
from setuptools import setup

setup(name='headers.dist',
      version='0.1',
      description=u'A distribution with headers',
      headers=['header.h']
      )