-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
528810c
commit 49b9b77
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
) |