Skip to content

Commit c7f3d2b

Browse files
committed
Fix install errors
1 parent 6be6bee commit c7f3d2b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
[tool.poetry]
2-
name = "fireflyalgorithm"
2+
name = "FireflyAlgorithm"
33
version = "0.0.4"
4-
description = "Firefly algorithm implementation"
4+
description = "Firefly algorithm implementation."
55
authors = ["firefly-cpp"]
66
license = "MIT"
77

8+
packages = [
9+
{include = "FireflyAlgorithm.py"},
10+
]
11+
812
[tool.poetry.dependencies]
913
python = ">=3.7,<3.11"
1014
numpy = "^1.21.2"

0 commit comments

Comments
 (0)