Skip to content

Commit da812c5

Browse files
committed
Update metadata in pyproject
1 parent 4e569f6 commit da812c5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
name = "fireflyalgorithm"
33
version = "0.3.2"
44
description = "Implementation of Firefly Algorithm in Python"
5-
authors = ["firefly-cpp"]
5+
authors = ["Iztok Fister Jr. <[email protected]>", "Luka Pečnik <[email protected]>", "Žiga Stupan <[email protected]>"]
66
license = "MIT"
77
readme = "README.md"
8+
homepage = "https://github.com/firefly-cpp/FireflyAlgorithm"
9+
repository = "https://github.com/firefly-cpp/FireflyAlgorithm"
810

911
include = [
1012
{ path="LICENSE", format="sdist" }
1113
]
1214

13-
1415
[tool.poetry.dependencies]
1516
python = "^3.7"
1617
numpy = [

0 commit comments

Comments
 (0)