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

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