Skip to content

Commit 0ad5dc0

Browse files
committed
Version 0.2.0
1 parent 60b1a38 commit 0ad5dc0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "search-engine-cpp"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
description = "Search Engine is a project that implements a basic search engine using C++, Python, and Cython. It builds a reverse index and ranks pages with the PageRank algorithm based on keyword relevance and page importance."
55
authors = ["Pedro Bianchini de Quadros <pedrobiqua@gmail.com>"]
66
readme = "README.md"
@@ -13,6 +13,10 @@ include = [
1313
"LICENSE.md" # Inclui o arquivo de licença
1414
]
1515
homepage = "https://pedrobiqua.github.io/Search_Engine/html/"
16+
documentation = "https://bianchtech.github.io/Search_Engine/html/Chap_00_Architecture_documentation.html"
17+
repository = "https://github.com/BianchTech/Search_Engine"
18+
19+
license = "MIT"
1620

1721
[tool.poetry.dependencies]
1822
python = "^3.10"

0 commit comments

Comments
 (0)