Adds CLI functionality with commands for clearing, building, synthesizing, and managing dependencies
This commit is contained in:
@@ -5,6 +5,12 @@ description = "Flexible FPGA Build System"
|
||||
authors = ["0xMax42 <Mail@0xMax42.io>"]
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
packages = [
|
||||
{ include = "src", from = "." }
|
||||
]
|
||||
|
||||
[tool.poetry.scripts]
|
||||
hdlbuild = "cli:main"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
|
0
src/__init__.py
Normal file
0
src/__init__.py
Normal file
Reference in New Issue
Block a user