Skip to content

Commit 1e280bc

Browse files
Merge pull request #3 from scope-forensics/development
dev
2 parents f5eefa2 + 3d0638c commit 1e280bc

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

pyproject.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "scope-forensics"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
description = "Scope is an Open Source Cloud Forensics tool for AWS. Scope can rapidly obtain logs and create super timelines for analysis."
99
readme = "README.md"
1010
authors = [
@@ -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"]

src/scope/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python3
12
"""
23
Command-line interface for the Scope package.
34
"""

0 commit comments

Comments
 (0)