Skip to content

Commit

Permalink
Merge pull request #20 from radiofisica-hgugm/docs
Browse files Browse the repository at this point in the history
pyproject.toml created
  • Loading branch information
ayalalazaro authored Sep 27, 2024
2 parents 3e1d4d3 + b4ab68c commit 320a492
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[project]
name = "Kali MC"
requires-python = ">=3.9"
description = "Software for calculating IORT treatments with a LIAC HWL linac"
authors = [
{name = "Kali MC Contributors"}
]
maintainers = [
{name = "Rafael Ayala"}
]
dynamic = [
"version" # this will be set by hatch
]
license = {file = "LICENSE"}
readme = "README.md"
keywords = ["IORT","IOERT","medical", "physics", "radiotherapy", "radiation oncology"]
classifiers=[
"Intended Audience :: Healthcare Industry",
"Intended Audience :: Science/Research",
"Intended Audience :: Education",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering :: Medical Science Apps.",
"Topic :: Scientific/Engineering :: Physics",
]

dependencies = [
"altgraph==0.17.4",
"chardet==5.2.0",
"numpy==1.26.4",
"pillow==10.3.0",
"PyOpenGL==3.1.7",
"pyqtgraph==0.13.7",
"PySide2==5.15.2.1",
"reportlab==4.2.0",
"scipy==1.13.1",
"shiboken2==5.15.2.1",
"pydicom==2.4.4",
"pynetdicom>=2.0.2",
]

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project.urls]
Documentation = "https://kali-mc.readthedocs.io/"
Repository = "/~https://github.com/radiofisica-hgugm/kali_mc"
"Issue Tracker" = "/~https://github.com/radiofisica-hgugm/kali_mc/issues"

0 comments on commit 320a492

Please sign in to comment.