forked from ForensicArtifacts/artifacts
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed bdist_rpm configuration (ForensicArtifacts#620)
- Loading branch information
1 parent
dcb57f8
commit 2b479bc
Showing
4 changed files
with
9 additions
and
21 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# -*- coding: utf-8 -*- | ||
"""ForensicArtifacts.com Artifact Repository.""" | ||
|
||
__version__ = '20240303' | ||
__version__ = '20240317' |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
artifacts (20240303-1) unstable; urgency=low | ||
artifacts (20240317-1) unstable; urgency=low | ||
|
||
* Auto-generated | ||
|
||
-- Forensic artifacts <[email protected]> Sun, 03 Mar 2024 10:03:58 +0100 | ||
-- Forensic artifacts <[email protected]> Sun, 17 Mar 2024 10:35:23 +0100 |
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[metadata] | ||
name = artifacts | ||
version = 20240303 | ||
version = 20240317 | ||
description = ForensicArtifacts.com Artifact Repository. | ||
long_description = A free, community-sourced, machine-readable knowledge base of forensic artifacts that the world can use both as an information source and within other tools. | ||
long_description_content_type = text/plain | ||
|
@@ -41,17 +41,5 @@ console_scripts = | |
stats = artifacts.scripts.stats:Main | ||
validator = artifacts.scripts.validator:Main | ||
|
||
[bdist_rpm] | ||
release = 1 | ||
packager = Forensic artifacts <[email protected]> | ||
doc_files = | ||
ACKNOWLEDGEMENTS | ||
AUTHORS | ||
LICENSE | ||
README | ||
build_requires = python3-setuptools | ||
requires = | ||
python3-pyyaml >= 3.10 | ||
|
||
[bdist_wheel] | ||
universal = 1 |