Skip to content

Commit

Permalink
fix: Minor improvements to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fzakaria committed Aug 29, 2023
1 parent 4fe1f25 commit ae4be96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ version = "0.0.1"
authors = [
{ name = "Farid Zakaria", email = "[email protected]" },
]
readme = "README.md"
description = "Explore ELF objects through the power of SQL"
license = { text = "MIT" }
license = { file = "LICENSE" }
requires-python = ">=3.10"
dependencies = [
"apsw",
"lief",
"capstone",
]

[project.scripts]
sqlelf = "sqlelf.cli:start"

[tool.setuptools]
py-modules = [
"sqlelf"
]
packages = ["sqlelf", "sqlelf.elf"]

[tool.pyright]
include = ["sqlelf"]
Expand Down

0 comments on commit ae4be96

Please sign in to comment.