Skip to content

Commit

Permalink
Maybe this time
Browse files Browse the repository at this point in the history
  • Loading branch information
mapio committed Feb 24, 2023
1 parent bb29314 commit 9f27d45
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ Changelog = "https://github.com/let-unimi/liblet/blob/master/CHANGELOG.txt"
"Bug Tracker" = "https://github.com/let-unimi/liblet/issues"
[project.scripts]
install_antlrjar = "scripts:install_antlrjar"
[project.optional-dependencies]
docs = [
"sphinx",
"Pallets-Sphinx-Themes",
"pystache"
]
[tool.hatch.version]
source = "regex_commit"
path = "src/liblet/__init__.py"
Expand All @@ -58,14 +64,10 @@ include = [
]
[tool.hatch.build.targets.sdist]
sources = [ "." ]
include = [ "src/", "docs/", "bin/" ]
include = [ "src/", "docs/" ]
[tool.hatch.envs.docs]
dependencies = [
"sphinx",
"Pallets-Sphinx-Themes",
"gitchangelog",
"pystache"
]
features = [ "docs" ]
dependencies = [ "gitchangelog" ]
[tool.hatch.envs.tests]
dependencies = [
"coverage",
Expand Down

0 comments on commit 9f27d45

Please sign in to comment.