Skip to content

Commit

Permalink
Add myself to pyproject, clean up pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
multimeric committed Nov 18, 2024
1 parent efbc00b commit a68e012
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ version = "0.2.7"
authors = [
{name = "Pradeep Rajasekhar"},
{name = "Lachlan Whitehead"},
{name = "Robert Haase"}
{name = "Robert Haase"},
{name = "Michael Milton"}
]
license = {text = "GPL-3.0-only"}
description = "Core functionality for analysing and visualizing lattice lightsheet and Oblique Plane Microscopy data."
# readme = { file = "README.md", content-type = "text/markdown" }
readme = { file = "README.md", content-type = "text/markdown" }
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Developers",
Expand Down Expand Up @@ -75,9 +76,6 @@ Documentation = "https://github.com/BioimageAnalysisCoreWEHI/napari_lattice/wiki
SourceCode = "https://github.com/BioimageAnalysisCoreWEHI/napari_lattice"
UserSupport = "https://github.com/BioimageAnalysisCoreWEHI/napari_lattice/issues"

[tool.setuptools.package-data]
mypkg = ["*.yaml"]

[project.optional-dependencies]
testing = [
"tox",
Expand Down

0 comments on commit a68e012

Please sign in to comment.