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 6be6bee commit c7f3d2bCopy full SHA for c7f3d2b
pyproject.toml
@@ -1,10 +1,14 @@
1
[tool.poetry]
2
-name = "fireflyalgorithm"
+name = "FireflyAlgorithm"
3
version = "0.0.4"
4
-description = "Firefly algorithm implementation"
+description = "Firefly algorithm implementation."
5
authors = ["firefly-cpp"]
6
license = "MIT"
7
8
+packages = [
9
+ {include = "FireflyAlgorithm.py"},
10
+]
11
+
12
[tool.poetry.dependencies]
13
python = ">=3.7,<3.11"
14
numpy = "^1.21.2"
0 commit comments