mirror of
https://github.com/pim-n/pg-rad
synced 2026-03-10 19:48:12 +01:00
Update pyproject.toml and README.md to reflect new conditions.
This commit is contained in:
@ -31,6 +31,14 @@ With the virtual environment activated, run:
|
||||
pip install -e .[dev]
|
||||
```
|
||||
|
||||
## Running example landscape
|
||||
|
||||
The example landscape can be generated using the command-line interface. Still in the virtual environment, run
|
||||
|
||||
```
|
||||
pgrad --test --loglevel DEBUG
|
||||
```
|
||||
|
||||
## Tests
|
||||
|
||||
Tests can be run with `pytest` from the root directory of the repository. With the virtual environment activated, run:
|
||||
|
||||
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user