From adcaf3ddcf1f0a7e9a3a83c2b015078d40ee50f3 Mon Sep 17 00:00:00 2001 From: KasukabeDefenceForce Date: Wed, 10 Jul 2024 17:54:34 +0530 Subject: [PATCH] removing scripts --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c76f180f879..16f8b4c983c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -151,9 +151,9 @@ dynamic = ["version"] test = ['pytest-astropy'] docs = ["sphinx-astropy"] -[project.scripts] -cmfgen2tardis = "tardis.scripts.cmfgen2tardis:main" -tardis_test_runner = "tardis.tests.integration_tests.runner:run_tests" +# [project.scripts] +# cmfgen2tardis = "tardis.scripts.cmfgen2tardis:main" +# tardis_test_runner = "tardis.tests.integration_tests.runner:run_tests" [project.urls] Homepage = "https://tardis-sn.github.io/"