-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
32 lines (30 loc) · 931 Bytes
/
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
[metadata]
name = ksef-utils
version = file:VERSION
author = Piotr Przetacznik
author_email = "piotr.przetacznik+ksef@gmail.com",
description = "KSeF Python client for creating invoices"
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/pprzetacznik/ksef-utils
keywords =
invoices
ksef
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
Intended Audience :: System Administrators
Intended Audience :: Financial and Insurance Industry
Intended Audience :: End Users/Desktop
Intended Audience :: Customer Service
License :: Other/Proprietary License
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
license_files =
LICENSE
[options.entry_points]
console_scripts =
ksef-utils = ksef_utils.__main__:main
[bdist_wheel]
universal = 0