Skip to content

Commit

Permalink
fix: bad name of license field (#177)
Browse files Browse the repository at this point in the history
<!-- If applicable - remeber to add the PR to the EA Rust project (ONLY
IF THERE IS NO LINKED ISSUE) -->

## Description

As title stays. See changes for details.
  • Loading branch information
kkafar committed Nov 24, 2022
1 parent 92ea9cd commit 322e592
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ Evolutionary computation tools & algorithms
"""
keywords = ["evolution", "evolutionary", "algorithms", "genetic"]
categories = ["science"]
license = "LICENSE.md"
license-file = "LICENSE.md"
exclude = [
".github/*"
".github/*",
"example/*"
]

[workspace]
Expand Down

0 comments on commit 322e592

Please sign in to comment.