From 50631bd0521d5e77095ec794f372a4e27b1fc245 Mon Sep 17 00:00:00 2001 From: SylviaDu99 Date: Tue, 3 Sep 2024 20:01:11 -0700 Subject: [PATCH] WIP: add pyproject.toml, test_toml.py; edited setup.py to avoid overwriting with pyproject.toml target to fix: issue #256 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6461ed05..e707777a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,4 +72,4 @@ exclude = ["tests*"] include-package-data = true [project.entry-points.console_scripts] -policyengine-core = "policyengine_core.scripts.policyengine_command:main" \ No newline at end of file +policyengine-core = "policyengine_core.scripts.policyengine_command:main"