Skip to content

Commit

Permalink
4
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Sep 14, 2024
1 parent 44e3ebb commit f0a7347
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,13 @@ version_file = "fusesoc/version.py"
[tool.setuptools.packages.find]
#where = ["fusesoc/"]
include = ["fusesoc", "fusesoc.capi2", "fusesoc.provider", "fusesoc.parser"]
#include = ["mynamespace.subpackage_a"]

[project.scripts]
fusesoc = "fusesoc.main:main"

[tox]
isolated_build = True

[testenv]
commands = pytest
envlist = py3

0 comments on commit f0a7347

Please sign in to comment.