We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea71695 commit 8ef1401Copy full SHA for 8ef1401
setup.py
@@ -13,6 +13,7 @@
13
with open('requirements.txt', encoding='utf-8') as f:
14
install_requires = [line.strip() for line in f if line.strip() and not line.startswith('#')]
15
16
+
17
def install_man_pages():
18
"""
19
Locate the man page and include it in the installation if it exists.
@@ -25,6 +26,7 @@ def install_man_pages():
25
26
return [("share/man/man1", [man_page])]
27
return []
28
29
30
setup(
31
name='gpt-po-translator',
32
use_scm_version=True,
0 commit comments