Skip to content

Commit

Permalink
Merge branch 'dev' to update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-rijsketic committed Jun 25, 2024
2 parents 0b095af + 646f0d6 commit 75289a1
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "unravel"
name = "heifetslab_unravel"
version = "1.0.0-beta"
description = "UNRAVEL: UN-biased high-Resolution Analysis and Validation of Ensembles using Light sheet images"
readme = "README.md"
Expand Down Expand Up @@ -41,6 +41,19 @@ dependencies = [
"wheel",
"zarr>=2.14.2,<3.0.0"
]
keywords = ["neuroscience", "image analysis", "light sheet microscopy", "brain mapping", "data analysis", "voxel-wise analysis", "cell density quantification"]

classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Topic :: Scientific/Engineering :: Medical Science Apps."
]

[project.optional-dependencies]
dev = [
Expand All @@ -51,11 +64,14 @@ dev = [
"sphinx-autobuild",
"sphinx-togglebutton",
"sphinx-design",
"sphinxcontrib-mermaid"
"sphinxcontrib-mermaid",
"build",
"twine"
]

[project.urls]
"Homepage" = "https://github.com/b-heifets/UNRAVEL"
"Documentation" = "https://b-heifets.github.io/UNRAVEL/"

[tool.setuptools]
package-dir = {"" = "."}
Expand Down

0 comments on commit 75289a1

Please sign in to comment.