Skip to content

Commit

Permalink
WIP: add pyproject.toml, test_toml.py; edited setup.py to avoid overw…
Browse files Browse the repository at this point in the history
…riting with pyproject.toml

target to fix: issue #256
  • Loading branch information
SylviaDu99 committed Sep 4, 2024
1 parent c1c5cd3 commit 50631bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ exclude = ["tests*"]
include-package-data = true

[project.entry-points.console_scripts]
policyengine-core = "policyengine_core.scripts.policyengine_command:main"
policyengine-core = "policyengine_core.scripts.policyengine_command:main"

0 comments on commit 50631bd

Please sign in to comment.