Skip to content

Commit

Permalink
Fixed package definition and bumped version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martonilles committed Nov 1, 2023
1 parent bf1a48f commit 494c734
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cpematcher-ng"
version = "1.0.0"
version = "1.0.1"
description = "Match and compare CPEs."
homepage = "https://github.com/onekey-sec/cpematcher-ng"
authors = ["ONEKEY <[email protected]>", "alertot SpA"]
Expand All @@ -14,6 +14,9 @@ classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Security"]
packages = [
{ include = "cpematcher" },
]

[tool.poetry.urls]
"GitHub" = "https://github.com/onekey-sec/cpematcher-ng"
Expand Down

0 comments on commit 494c734

Please sign in to comment.