aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
blob: 413c859d3ff8465d910e902c5052949fd7c8509b (plain)
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]
name = bl-imp
version = attr: blimp.__version__
url = https://github.com/mightyBroccoli/blacklist_importer
licence = GPLv3
author = Nico Wellpott
author_email = nico@magicbroccoli.de
description = simple tool to download and update the JabberSpam blacklist list.
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
    Development Status :: 4 - Beta
    Intended Audience :: System Administrators
    License :: OSI Approved :: GNU General Public License v3 (GPLv3)
    Operating System :: Unix
    Programming Language :: Python :: 3
    Programming Language :: Python :: 3.7
    Programming Language :: Python :: 3.8
    Programming Language :: Python :: 3.9
    Programming Language :: Python :: Implementation :: CPython
    Topic :: Internet :: WWW/HTTP :: Dynamic Content

[options]
packages = find:
package_dir = = src
include_package_data = true
python_requires = >= 3.7

[options.packages.find]
where = src

[options.entry_points]
console_scripts =
    bl-imp = blimp.cli:cli

[tool:pytest]
testpaths = tests
filterwarnings =
    error