Skip to content

Commit

Permalink
Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
migueLib committed May 22, 2024
1 parent 2582b16 commit 8e69fdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Operating System :: OS Independent",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU Affero General Public License v3"
]
dependencies = [
"numpy",
"scikit-image",
"matplotlib",
]

license = "GNU Affero General Public License v3"
license = { text="AGPL-3.0", file="LICENSE"}

keywords = ["cell", "mask", "bounding box"]

Expand Down

0 comments on commit 8e69fdf

Please sign in to comment.