paulc / dnslib

A Python library to encode/decode DNS wire-format packets
https://github.com/paulc/dnslib
BSD 2-Clause "Simplified" License
299 stars 85 forks source link

Move to pyproject.toml, move code to src #59

Closed nhairs closed 8 months ago

nhairs commented 9 months ago

Initial commit to support tooling that expects code to be in a /src/<package> layout.

We do this as GitHub is not able to handle files that are both renamed and modified. (example)

We should not build a release from this, this is the first step in a number to removing <py37 support and adding in type hints.