Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[build-system]
requires = ["setuptools >= 61.0"]
requires = ["setuptools >= 77.0.3"]
build-backend = "setuptools.build_meta"

[project]
name = "myofinder"
dynamic = ["readme", "dependencies"]
version = "1.0.12"
description = "Automatic calculation of the fusion index by AI segmentation"
license = {file = "LICENSE"}
license = "GPL-3.0-or-later"
license-files = ["LICENSE"]
keywords = ["segmentation", "fusion index", "automation", "muscle culture"]
requires-python = ">=3.9"
authors = [{name = "Tissue Engineering Lab", email = "antoine.weisrock@kuleuven.be"}]
maintainers = [{name = "Antoine Weisrock", email = "antoine.weisrock@gmail.com"}]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.9",
Expand Down
Loading