Initial commit

This commit is contained in:
akp 2024-06-18 19:42:57 +01:00
commit 37ef37be28
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755
10 changed files with 310 additions and 0 deletions

16
pyproject.toml Normal file
View file

@ -0,0 +1,16 @@
[tool.poetry]
name = "go-import-paths"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
dominate = "^2.9.1"
pyyaml = "^6.0.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"