-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
35 lines (32 loc) · 1009 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
[metadata]
name = MuMailer
version = attr: mumailer.constants.APP_VERSION
description = Simple mailer agent using SMTP
long_description = file: README.md
long_description_content_type = text/markdown
author = Fabio Castelli
author_email = [email protected]
url = http://www.muflone.com/mumailer/
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
Programming Language :: Python :: 3.11
Topic :: Software Development :: Libraries :: Python Modules
[options]
packages =
mumailer
include_package_data = False
install_requires =
pyyaml==6.0.1
[options.package_data]
mumailer = samples/*
[options.entry_points]
console_scripts =
mumailer = mumailer.samples.main:main