Initial checkin. Base working version.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user