-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsetup.cfg
More file actions
41 lines (38 loc) · 1 KB
/
setup.cfg
File metadata and controls
41 lines (38 loc) · 1 KB
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
[metadata]
name = python-mailcow
author = Jean-Denis Gebhardt
author_email = projects@der-jd.de
description = Interact with mailcow API
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/derJD/python-mailcow
license = GPLv3+
classifiers =
Environment :: Console
Intended Audience :: System Administrators
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Topic :: System :: Systems Administration
Topic :: Utilities
[options]
packages = find:
package_dir =
= src
install_requires =
requests
pyyaml
ptable
configparser
python_requires = >=3.6
setup_requires =
setuptools_scm
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
mailcow = mailcow.cli:main