Updates package inclusion and dependency list
Adds template files to the package inclusion list to ensure they are distributed with the build. Removes an unused dependency to streamline the dependency list.
This commit is contained in:
@@ -6,6 +6,9 @@ authors = ["0xMax42 <Mail@0xMax42.io>"]
|
|||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
packages = [{ include = "hdlbuild", from = "src" }]
|
packages = [{ include = "hdlbuild", from = "src" }]
|
||||||
|
include = [
|
||||||
|
"src/hdlbuild/templates/*"
|
||||||
|
]
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
hdlbuild = "hdlbuild.cli:main"
|
hdlbuild = "hdlbuild.cli:main"
|
||||||
@@ -13,7 +16,6 @@ hdlbuild = "hdlbuild.cli:main"
|
|||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.10"
|
python = "^3.10"
|
||||||
pyyaml = "^6.0.2"
|
pyyaml = "^6.0.2"
|
||||||
doit = "^0.36.0"
|
|
||||||
pydantic = "^2.11.3"
|
pydantic = "^2.11.3"
|
||||||
rich = "^14.0.0"
|
rich = "^14.0.0"
|
||||||
gitpython = "^3.1.44"
|
gitpython = "^3.1.44"
|
||||||
|
Reference in New Issue
Block a user