Files
langchain/.github/scripts/release_notes.py
Erick Friis 4d8617a946 x
2024-04-19 16:06:38 -07:00

8 lines
164 B
Python

from pathlib import Path
import sys
if __name__ == "__main__":
# unpack args
lib_path = Path(sys.argv[1])
pyproject_path = lib_path / "pyproject.toml"