Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroIntensity authored Apr 23, 2024
1 parent 67c92d6 commit 747e26d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from setuptools import Extension, setup

HEADER_FILES: list[str] = ["./include/awaitable.h"]

if __name__ == "__main__":
setup(
ext_modules=[
Expand All @@ -12,5 +10,5 @@
define_macros=[("PYAWAITABLE_IS_COMPILING", None)],
)
],
data_files=[("include", HEADER_FILES)],
data_files=[("include", ["./include/awaitable.h"])],
)

0 comments on commit 747e26d

Please sign in to comment.