Update pyproject.toml and README.md to reflect new conditions.

This commit is contained in:
Pim Nelissen
2026-02-13 15:02:53 +01:00
parent ac8c38592d
commit 845f006cd3
2 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,7 @@ where = ["src"]
[tool.setuptools.package-data]
"pg_rad.data" = ["*.csv"]
"pg_rad.configs" = ["*.yml"]
[project]
name = "pg-rad"
@ -26,6 +27,9 @@ dependencies = [
license = "MIT"
license-files = ["LICEN[CS]E*"]
[project.scripts]
pgrad = "pg_rad.main:main"
[project.urls]
Homepage = "https://github.com/pim-n/pg-rad"
Issues = "https://github.com/pim-n/pg-rad/issues"