2021-03-27 00:11:22 +01:00
|
|
|
[metadata]
|
2021-04-17 13:48:25 +02:00
|
|
|
name = bl-imp
|
2021-03-27 00:11:22 +01:00
|
|
|
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
|
2021-04-19 17:03:37 +02:00
|
|
|
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
2021-03-27 00:11:22 +01:00
|
|
|
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 =
|
2021-04-17 13:48:25 +02:00
|
|
|
bl-imp = blimp.cli:cli
|
2021-03-27 00:11:22 +01:00
|
|
|
|
|
|
|
[tool:pytest]
|
|
|
|
testpaths = tests
|
|
|
|
filterwarnings =
|
|
|
|
error
|