Skip to content

Commit

Permalink
Only install fuse (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx authored Feb 5, 2024
1 parent 8240715 commit 1dd603e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fuse/plugins/pmt_and_daq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
from . import photon_summary
from .photon_summary import *

from .photon_pulses import *
from . import photon_pulses
from . import photon_pulses
from .photon_pulses import *
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ dependencies = [
"Bug Tracker" = "https://github.com/XENONnT/fuse/issues"

[tool.setuptools.packages.find]
exclude = ["/plugins"]
include = ["fuse*"]

0 comments on commit 1dd603e

Please sign in to comment.