mirror of https://github.com/fail2ban/fail2ban
BF: remove non-existant files from setup.py. ENH: add documentation
parent
a5928cc3cf
commit
10d4aa1682
9
setup.py
9
setup.py
|
@ -67,6 +67,9 @@ setup(
|
||||||
),
|
),
|
||||||
('/var/run/fail2ban',
|
('/var/run/fail2ban',
|
||||||
''
|
''
|
||||||
|
),
|
||||||
|
('/usr/share/doc/fail2ban',
|
||||||
|
['README', 'DEVELOP', 'doc/run-rootless.txt']
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
@ -83,12 +86,6 @@ elements = {
|
||||||
[
|
[
|
||||||
"fail2ban.py"
|
"fail2ban.py"
|
||||||
],
|
],
|
||||||
"/usr/lib/fail2ban/firewall/":
|
|
||||||
[
|
|
||||||
"iptables.py",
|
|
||||||
"ipfwadm.py",
|
|
||||||
"ipfw.py"
|
|
||||||
],
|
|
||||||
"/usr/lib/fail2ban/":
|
"/usr/lib/fail2ban/":
|
||||||
[
|
[
|
||||||
"version.py",
|
"version.py",
|
||||||
|
|
Loading…
Reference in New Issue