Skip to content

Commit 79fca91

Browse files
authored
Add keywords in pyproject
1 parent ea450bb commit 79fca91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "fireflyalgorithm"
33
version = "0.4.4"
44
description = "Implementation of Firefly Algorithm in Python"
55
authors = ["Iztok Fister Jr. <[email protected]>", "Luka Pečnik <[email protected]>", "Žiga Stupan <[email protected]>"]
6+
keywords = ['computational intelligence', 'firefly algorithm', 'swarm intelligence', 'optimization']
67
license = "MIT"
78
readme = "README.md"
89
homepage = "https://github.com/firefly-cpp/FireflyAlgorithm"

0 commit comments

Comments
 (0)