28 lines
661 B
INI
28 lines
661 B
INI
[metadata]
|
|
name = quearcode
|
|
version = 0.2.7
|
|
license = GPLv3+
|
|
author = Gwyn Ciesla
|
|
author_email = gwync@protonmail.com
|
|
description = A tool for creating QR Codes
|
|
long_description = Convert strings and small files to QR Codes
|
|
url = https://codeberg.org/gwync/quearcode
|
|
classifiers =
|
|
Programming Language :: Python :: 3
|
|
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
|
Operating System :: OS Independent
|
|
packages = pyquearcode
|
|
|
|
[options]
|
|
python_requires = >=3.7
|
|
packages = pyquearcode
|
|
install_requires =
|
|
PyGObject
|
|
qrcode
|
|
pillow
|
|
scripts =
|
|
quearcode
|
|
|
|
[options.package_data]
|
|
pyquearcode = locales/*/*/*, logo.png
|