Skip to content

Commit

Permalink
pyproject: set readme context type
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin committed Jul 18, 2023
1 parent 25624a1 commit b73e1e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ authors = [
{name = "Mike Hunhoff", email = "[email protected]"},
]
description = "The FLARE team's open-source tool to identify capabilities in executable files."
readme = {file = "README.md", content-type = "text/markdown"}
license = {file = "LICENSE.txt"}
requires-python = ">=3.8"
keywords = ["malware analysis", "reverse engineering", "capability detection", "software behaviors", "capa", "FLARE"]
Expand Down Expand Up @@ -50,11 +51,10 @@ dependencies = [
"pydantic==1.10.9",
"protobuf==4.23.4",
]
dynamic = ["version", "readme"]
dynamic = ["version"]

[tool.setuptools.dynamic]
version = {attr = "capa.version.__version__"}
readme = {file = "README.md"}

[tool.setuptools]
packages = ["capa"]
Expand Down

0 comments on commit b73e1e3

Please sign in to comment.