We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e569f6 commit da812c5Copy full SHA for da812c5
pyproject.toml
@@ -2,15 +2,16 @@
2
name = "fireflyalgorithm"
3
version = "0.3.2"
4
description = "Implementation of Firefly Algorithm in Python"
5
-authors = ["firefly-cpp"]
+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
license = "MIT"
7
readme = "README.md"
8
+homepage = "https://github.com/firefly-cpp/FireflyAlgorithm"
9
+repository = "https://github.com/firefly-cpp/FireflyAlgorithm"
10
11
include = [
12
{ path="LICENSE", format="sdist" }
13
]
14
-
15
[tool.poetry.dependencies]
16
python = "^3.7"
17
numpy = [
0 commit comments