-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
44 lines (42 loc) · 1.28 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
[metadata]
name = smartprinter
version = attr: smartprinter.__version__
author = A.A. Suvorov
author_email = [email protected]
description = 'Cross-platform smart printer for console applications.'
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/smartlegionlab
project_urls =
Documentation = https://github.com/smartlegionlab/smartprinter/blob/master/README.md
Release notes = https://github.com/smartlegionlab/smartprinter/releases
license = BSD 3-Clause License
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: End Users/Desktop
Intended Audience :: System Administrators
License :: OSI Approved :: BSD License
Natural Language :: English
Operating System :: OS Independent
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3 :: Only
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Utilities
keywords =
smart print
printer
smartlegionlab
[options]
python_requires = >=3.6
packages = find:
include_package_data = true
zip_safe = false
install_requires =
click ~= 8.0.1
[coverage:run]
omit =
venv/*
.pytest_cache
*__init__.py