Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 6 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "codeanalyzer-python"
version = "0.1.1"
version = "0.1.2"
description = "Static Analysis on Python source code using Jedi, CodeQL and Treesitter."
readme = "README.md"
authors = [
Expand Down Expand Up @@ -41,22 +41,18 @@ codeanalyzer = "codeanalyzer.__main__:app"
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.build]
# Tell hatchling to use the src layout
sources = ["src"]

[tool.hatch.build.targets.wheel]
packages = ["src/codeanalyzer"]
include = ["src/codeanalyzer/py.typed"]
packages = ["codeanalyzer"]
include = ["codeanalyzer/py.typed"]

[tool.hatch.build.targets.sdist]
include = [
"src/codeanalyzer",
"src/codeanalyzer/py.typed",
"codeanalyzer",
"codeanalyzer/py.typed",
"README.md",
"LICENSE",
"NOTICE"
]

[tool.pytest.ini_options]
testpaths = ["src/test"]
testpaths = ["tests"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.