-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
30 lines (29 loc) · 885 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
[metadata]
name = PyKerio
version = attr: pykerio.constants.APP_VERSION
description = API for Kerio products
long_description = file: README.md
long_description_content_type = text/markdown
author = Fabio Castelli
author_email = [email protected]
url = http://www.muflone.com/pykerio/
license = GPLv3+
license_files = LICENSE
classifiers =
Development Status :: 1 - Planning
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Software Development :: Libraries :: Python Modules
[options]
packages =
pykerio
pykerio.enums
pykerio.interfaces
pykerio.lists
pykerio.structs
pykerio.types
include_package_data = False