Skip to content

Commit

Permalink
now includes man pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Feb 4, 2024
1 parent 7b2a86d commit e7fdd39
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Welcome to git-fleximod's documentation!
:caption: Contents:
.. module:: sphinxcontrib.autoprogram
.. sphinx_argparse_cli::
:module: classes.cli
:module: git_fleximod.cli
:func: get_parser
:prog: git-fleximod

Expand Down
13 changes: 9 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,23 @@ license = "MIT"
readme = "README.md"
homepage = "https://github.com/jedwards4b/git-fleximod"
keywords = ["git", "submodule", "sparse-checkout"]

[[tool.poetry.packages]]
include = "git_fleximod"
packages = [
{ include = "git_fleximod"},
{ include = "doc"},
]

[tool.poetry.scripts]
git-fleximod = "git_fleximod.git-fleximod:main"
fsspec = "fsspec.fuse:main"

[tool.poetry.dependencies]
python = "^3.8"
GitPython = "^3.1.0"
sphinx = "^5.0.0"
fsspec = "^2023.12.2"
wheel = "^0.42.0"

[tools.poetry.urls]
[tool.poetry.urls]
"Bug Tracker" = "https://github.com/jedwards4b/git-fleximod/issues"

[build-system]
Expand Down

0 comments on commit e7fdd39

Please sign in to comment.