Skip to content

Commit 8ef1401

Browse files
author
bram
committed
Fixed setup.py
1 parent ea71695 commit 8ef1401

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
with open('requirements.txt', encoding='utf-8') as f:
1414
install_requires = [line.strip() for line in f if line.strip() and not line.startswith('#')]
1515

16+
1617
def install_man_pages():
1718
"""
1819
Locate the man page and include it in the installation if it exists.
@@ -25,6 +26,7 @@ def install_man_pages():
2526
return [("share/man/man1", [man_page])]
2627
return []
2728

29+
2830
setup(
2931
name='gpt-po-translator',
3032
use_scm_version=True,

0 commit comments

Comments
 (0)