-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathsetup.cfg
More file actions
39 lines (35 loc) · 1.05 KB
/
setup.cfg
File metadata and controls
39 lines (35 loc) · 1.05 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
[metadata]
author = "Thomas Grainger"
author_email = python-clamd@graingert.co.uk
classifiers =
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 = GNU Library or Lesser General Public License (LGPL)
name = clamd
description = "Clamd is a python interface to Clamd (Clamav daemon)."
long_description = file:README.md
long_description_content_type = text/markdown
keywords = python, clamav, antivirus, scanner, virus, libclamav, clamd
project_urls =
Source Code = https://github.com/graingert/python-clamd
Change Log = https://github.com/graingert/python-clamd/blob/master/CHANGES.md
url = https://github.com/graingert/python-clamd
version = 1.0.3.dev0
[options]
include_package_data = False
zip_safe = True
package_dir =
=src
packages = find:
python_requires = >=3.6
[options.packages.find]
where=src
exclude =
src.tests
[bdist_wheel]
universal = 1
[flake8]
max_line_length = 117