Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Sep 14, 2024
1 parent d5fabf4 commit 267f828
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,9 @@ Changelog = "https://github.com/olofk/fusesoc/blob/main/NEWS"
[tool.setuptools_scm]
version_file = "fusesoc/version.py"

[tool.setuptools.packages.find]
where = ["fusesoc/"]
#include = ["mynamespace.subpackage_a"]

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

0 comments on commit 267f828

Please sign in to comment.