Skip to content

Commit

Permalink
🍱 Add man page
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Oct 27, 2023
1 parent e176fb0 commit ee49412
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ Source = "https://github.com/Freed-Wu/autotools-language-server"
[project.scripts]
autotools-language-server = "autotools_language_server.__main__:main"

[tool.scikit-build]
experimental = true
[tool.setuptools.data-files]
"share/man/man1" = ["sdist/autotools-language-server.1"]
"share/bash-completion/completions" = ["sdist/autotools-language-server"]
"share/zsh/site-functions" = ["sdist/_autotools-language-server"]

[tool.setuptools.dynamic.dependencies]
file = "requirements.txt"
Expand Down

0 comments on commit ee49412

Please sign in to comment.