Skip to content

Commit c370d92

Browse files
authored
Changes for deployment (#750)
1 parent 4f14f22 commit c370d92

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

config/dpkg/changelog

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
dfvfs (20231205-1) unstable; urgency=low
1+
dfvfs (20231208-1) unstable; urgency=low
22

33
* Auto-generated
44

5-
-- Log2Timeline maintainers <[email protected]> Tue, 05 Dec 2023 06:14:28 +0100
5+
-- Log2Timeline maintainers <[email protected]> Fri, 08 Dec 2023 06:59:06 +0100

dfvfs/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
storage media types and file formats.
77
"""
88

9-
__version__ = '20231205'
9+
__version__ = '20231208'

setup.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = dfvfs
3-
version = 20231205
3+
version = 20231208
44
description = Digital Forensics Virtual File System (dfVFS).
55
long_description = dfVFS, or Digital Forensics Virtual File System, provides read-only access to file-system objects from various storage media types and file formats. The goal of dfVFS is to provide a generic interface for accessing file-system objects, for which it uses several back-ends that provide the actual implementation of the various storage media types, volume systems and file systems.
66
long_description_content_type = text/plain
@@ -25,8 +25,8 @@ packages = find:
2525
python_requires = >=3.7
2626

2727
[options.package_data]
28-
dfwinreg =
29-
*.yaml
28+
dfvfs =
29+
lib/*.yaml
3030

3131
[options.packages.find]
3232
exclude =

0 commit comments

Comments
 (0)