Skip to content

Commit

Permalink
Create setup.py for this package
Browse files Browse the repository at this point in the history
  • Loading branch information
RossAdrian committed Jul 19, 2024
1 parent 528810c commit 49b9b77
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
from setuptools import setup

setup(name="pyframebuffer",
version="1.0",
author="Adrian Roß",
author_email="[email protected]",
description="A linux framebuffer primitives library written in C and Python.",
download_url="https://github.com/RossAdrian/pyframebuffer/archive/refs/heads/main.zip",
license="MIT",
long_description="A linux library written in C and Python to draw with graphic primitives to the framebuffer.",
maintainer="Adrian Roß",
maintainer_email="[email protected]",
url="https://github.com/RossAdrian/pyframebuffer"
)

0 comments on commit 49b9b77

Please sign in to comment.