Initial checkin. Base working version.

This commit is contained in:
2023-09-25 16:57:38 -07:00
commit 9ff59dd2f1
9 changed files with 962 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
[metadata]
name = heckimp
version = 0.1.1
description = Rename and rebrand Gnu Image Manipulation Program
author = Aldercone Studio
author_email = alderconestudio@gmail.com
keywords = text, graphics, rebranding, code processing
long_description = file: README.md
long_description_content_type = text/markdown
license_file = LICENSE
url=https://heckin.technology/AlderconeStudio/heckimp
license = No Nazis (otherwise BSD 1 clause)
platform = any
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Artistic Software
Topic :: Text Processing
[options]
packages =
heckimp
zip_safe = true
install_requires =
tqdm
pillow
[options.entry_points]
console_scripts =
heckimp = heckimp.__main__:main