Skip to content

Commit

Permalink
Add the pyframebuffer module to the setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RossAdrian committed Jul 29, 2024
1 parent 510d45f commit 2ec9cfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ def check_platform():
maintainer="Adrian Roß",
maintainer_email="[email protected]",
url="https://github.com/RossAdrian/pyframebuffer",
packages=["pyframebuffer"],
ext_modules=[Extension("_pyfb", src)])

0 comments on commit 2ec9cfc

Please sign in to comment.