forked from computerlyrik/dymoprint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
50 lines (46 loc) · 1.29 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[metadata]
name = dymoprint
description = Linux Software to print with LabelManager PnP from Dymo
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
url = https://github.com/maresb/dymoprint
author = Sebastian J. Bronner
author_email = [email protected]
maintainer= Ben Mares
maintainer_email = [email protected]
license = Apache License 2.0
license_file = LICENSE
classifiers =
Operating System :: POSIX :: Linux
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Printing
project_urls =
Source = https://github.com/maresb/dymoprint
Tracker = https://github.com/maresb/dymoprint/issues
[options]
package_dir =
= src
dymoprint_fonts = data/fonts
packages =
dymoprint
dymoprint_fonts
include_package_data = True
install_requires =
importlib-metadata; python_version<"3.8"
appdirs
Pillow>=8.1.2,<9
PyQRCode>=1.2.1,<2
python-barcode>=0.13.1<1
python_requires = >=3.7,<4
setup_requires =
setuptools_scm
[options.package_data]
dymoprint_fonts = *
[bdist_wheel]
universal = 1
[options.entry_points]
console_scripts =
dymoprint = dymoprint.command_line:main