-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
38 lines (34 loc) · 863 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
33
34
35
36
37
38
[metadata]
name = mail-devel
version = attr: mail_devel.utils.VERSION
author = Florian Kantelberg
author_email = [email protected]
description = IMAP and SMTP in memory test server
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
keywords = imap smtp development
url = https://github.com/fkantelberg/mail-devel
classifiers =
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
[options]
include_package_data = True
package_dir =
= src
packages = find:
python_requires = >=3.11
install_requires =
aiohttp-jinja2
aiosmtpd
pymap~=0.36
passlib
typing-extensions
[options.package_data]
* = *.js, *.css, *.html
[options.entry_points]
console_scripts =
mail_devel = mail_devel.__main__:main
[options.packages.find]
where = src