-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove embedded
bbpb
code and use imported version instead
- Loading branch information
1 parent
ea44658
commit 0ddf081
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" | |
name = "dfir-unfurl" | ||
authors = [{name = "Ryan Benson", email = "[email protected]"}] | ||
readme = "README.md" | ||
requires-python = ">=3.9" | ||
requires-python = ">=3.11" | ||
license = {file = "LICENSE"} | ||
classifiers = [ | ||
"License :: OSI Approved :: Apache Software License", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
# limitations under the License. | ||
|
||
__author__ = "Ryan Benson" | ||
__version__ = "20240627" | ||
__version__ = "20241120" | ||
__email__ = "[email protected]" | ||
|
||
import logging | ||
|