Skip to content

Commit

Permalink
113 add updated information to pypi (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo1990 committed Jul 13, 2023
1 parent 99773e5 commit 9cb532c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python",
"Topic :: Scientific/Engineering :: Visualization",
"Topic :: Scientific/Engineering :: Image Processing",
"Topic :: Scientific/Engineering :: Medical Science Apps.",
"Topic :: Scientific/Engineering :: Bio-Informatics",
]
dependencies = [
"PartSeg",
Expand All @@ -40,6 +42,14 @@ description = "Quantifying 2D cell shape and epithelial tissue dynamics"
dynamic = [
"version",
]
keywords = [
"biology",
"cell",
"mechanics",
"shape",
"tissue",
"topology",
]
name = "epitools"
optional-dependencies = {dev = [
"black",
Expand Down
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[metadata]
url = https://www.ucl.ac.uk/lmcb/users/yanlan-mao
author = Yanlan Mao
author_email = yanlan.mao@ucl.ac.uk

0 comments on commit 9cb532c

Please sign in to comment.