aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 2270f69dc2eb57d79d3ac10c58d8c4819b5f1ef2 (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
40
41
42
43
[metadata]
name = fingerd
version = attr: fingerd.version.version
url = https://fingerd.touhey.pro/
author = Thomas Touhey
author_email = thomas@touhey.fr
description = finger (RFC 1288) server-side daemon.
long_description = file: README.rst
keywords = finger, fingerd, rfc742, rfc1288, 79, tcp/79
license = MIT
classifiers =
	Development Status :: 3 - Alpha
	License :: OSI Approved :: MIT License
	Programming Language :: Python :: 3
	Intended Audience :: System Administrators
	Natural Language :: English
	Topic :: Internet :: Finger
	Topic :: Utilities

[options]
zip_safe = False
include_package_data = True
packages = fingerd
scripts =
  scripts/fingerd

[options.package_data]
* = *.txt, *.rst

[wheel]
universal = True

[flake8]
ignore = D105,D107,D202,D208,D210,D401,W503
per-file-ignores =
  tests/*:S101,D102
rst-roles =
  py:class
  py:attr
  py:data
  py:meth
rst-directives =
  py:data