Skip to content

Commit

Permalink
Fix license configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksBekker committed Aug 4, 2023
1 parent 2e4c041 commit 1eae8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "0.0.4"
description = "Cell-type annotation tools for MACTA"
keywords = ["cell-type annotation", "single cell"]
authors = [{ name = "Aleksandr Bekker", email = "alekso.bekker@gmail.com" }]
license = "GPL3"
license = { file = "LICENSE" }
classifiers = [
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3 :: 3.8",
Expand Down

0 comments on commit 1eae8d9

Please sign in to comment.