zeek / package-manager

A package manager for Zeek
https://docs.zeek.org/projects/package-manager
Other
43 stars 27 forks source link

Modernize project setup #187

Closed bbannier closed 6 months ago

bbannier commented 6 months ago

This moves most project configuration into pyproject.toml to work better with more modern setups (I checked with rye where an env managed with rye sync is automatically discovered for the editor integrations I am using).

I added a couple commits in the end to include files previously excluded from pre-commit hooks in linting.

bbannier commented 6 months ago

Superseded by #188.