22 lines
564 B
INI
22 lines
564 B
INI
[metadata]
|
|
name = pylabel-tf198
|
|
version = 0.0.1
|
|
author = Tris Forster
|
|
author_email = tris@shoddynet.org
|
|
description = Generates label sheets for printing
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
url = https://github.com/tf198/pylabel
|
|
project_urls =
|
|
Bug Tracker = https://github.com/tf198/pylabel/issues
|
|
classifiers =
|
|
Programming Language :: Python :: 3
|
|
License :: OSI Approved :: MIT License
|
|
Operating System :: OS Independent
|
|
|
|
[options]
|
|
packages = find:
|
|
include_package_data = True
|
|
python_requires = >=3.6
|
|
|