-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3414b3c
commit f0e1ec1
Showing
4 changed files
with
10 additions
and
4 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,5 +1,5 @@ | ||
dtfabric (20230520-1) unstable; urgency=low | ||
dtfabric (20231227-1) unstable; urgency=low | ||
|
||
* Auto-generated | ||
|
||
-- Joachim Metz <[email protected]> Sat, 20 May 2023 05:28:59 +0200 | ||
-- Joachim Metz <[email protected]> Wed, 27 Dec 2023 07:02:16 +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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# -*- coding: utf-8 -*- | ||
"""Data type fabric.""" | ||
|
||
__version__ = '20230520' | ||
__version__ = '20231227' |
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,8 +1,9 @@ | ||
[metadata] | ||
name = dtfabric | ||
version = 20230506 | ||
version = 20231227 | ||
description = Data type fabric (dtfabric) | ||
long_description = dtFabric, or data type fabric, is a project to manage data types and structures, as used in the libyal projects. | ||
long_description_content_type = text/plain | ||
url = https://github.com/libyal/dtfabric | ||
maintainer = Joachim Metz | ||
maintainer_email = [email protected] | ||
|
@@ -22,6 +23,8 @@ package_dir = | |
dtfabric = dtfabric | ||
packages = find: | ||
python_requires = >=3.7 | ||
scripts = | ||
scripts/validate-definitions.py | ||
|
||
[options.packages.find] | ||
exclude = | ||
|
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