File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " scope-forensics"
7- version = " 0.1.2 "
7+ version = " 0.1.3 "
88description = " Scope is an Open Source Cloud Forensics tool for AWS. Scope can rapidly obtain logs and create super timelines for analysis."
99readme = " README.md"
1010authors = [
@@ -25,4 +25,9 @@ dependencies = [
2525"Bug Tracker" = " https://github.com/scope-forensics/scope/issues"
2626
2727[project .scripts ]
28- scope = " scope.cli:main"
28+ scope = " scope.cli:main"
29+
30+ # Add this section to ensure the package is properly installed
31+ [tool .setuptools ]
32+ package-dir = {"" = " src" }
33+ packages = [" scope" , " scope.aws" , " scope.common" ]
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env python3
12"""
23Command-line interface for the Scope package.
34"""
You can’t perform that action at this time.
0 commit comments