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

Lines changed: 1 addition & 0 deletions
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. <iztok@iztok-jr-fister.eu>", "Luka Pečnik <luka.pecnik@student.um.si>", "Žiga Stupan <ziga.stupan1@student.um.si>"]
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)