mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
BF: Rename mentioning of README to README.md (Fixes #187)
This commit is contained in:
parent
03687264d8
commit
c5287e3d9c
3 changed files with 3 additions and 3 deletions
2
MANIFEST
2
MANIFEST
|
|
@ -1,4 +1,4 @@
|
|||
README
|
||||
README.md
|
||||
ChangeLog
|
||||
TODO
|
||||
THANKS
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ formats=bztar
|
|||
release = 1
|
||||
packager = Yaroslav Halchenko <debian@onerussian.com>, Daniel Black <grooverdan@users.sourceforge.net>
|
||||
doc_files = DEVELOP
|
||||
README
|
||||
README.md
|
||||
THANKS
|
||||
doc/run-rootless.txt
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -69,7 +69,7 @@ setup(
|
|||
''
|
||||
),
|
||||
('/usr/share/doc/fail2ban',
|
||||
['README', 'DEVELOP', 'doc/run-rootless.txt']
|
||||
['README.md', 'DEVELOP', 'doc/run-rootless.txt']
|
||||
)
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue