remove mkinit requirement

This commit is contained in:
Pim Nelissen
2026-05-17 08:30:44 +02:00
parent 10868dae6d
commit 9d31e6a411

View File

@ -10,12 +10,12 @@ where = ["src"]
"pg_rad.configs" = ["*.yml"] "pg_rad.configs" = ["*.yml"]
[project] [project]
name = "pg-rad" name = "pgrad"
version = "0.1.0" version = "0.1.0"
authors = [ authors = [
{ name="Pim Nelissen", email="pi0274ne-s@student.lu.se" }, { name="Pim Nelissen", email="pi0274ne-s@student.lu.se" },
] ]
description = "Primary Gamma RADiation Simulator" description = "PG-RAD - Primary Gamma RADiation Simulator"
readme = "README.md" readme = "README.md"
requires-python = ">=3.12.4,<3.13" requires-python = ">=3.12.4,<3.13"
dependencies = [ dependencies = [
@ -37,4 +37,4 @@ Issues = "https://github.com/pim-n/pg-rad/issues"
[project.optional-dependencies] [project.optional-dependencies]
dev = ["pytest", "mkinit", "notebook", "mkdocs-material", "mkdocstrings-python", "mkdocs-jupyter", "flake8"] dev = ["pytest", "notebook", "mkdocs-material", "mkdocstrings-python", "mkdocs-jupyter", "flake8"]