MCPcopy Index your code
hub / github.com/pyca/bcrypt / packaging

Function packaging

noxfile.py:36–42  ·  view source on GitHub ↗
(session: nox.Session)

Source from the content-addressed store, hash-verified

34
35@nox.session
36def packaging(session: nox.Session) -> None:
37 session.install("setuptools-rust", "check-manifest", "readme_renderer")
38
39 session.run("check-manifest")
40 session.run(
41 "python3", "-m", "readme_renderer", "README.rst", "-o", "/dev/null"
42 )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected