Skip to content

Commit

Permalink
Added missing XSD file as data file to wheel.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Mar 16, 2024
1 parent a735c3e commit 5fb7946
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyEDAA/Reports/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
__email__ = "[email protected]"
__copyright__ = "2021-2024, Electronic Design Automation Abstraction (EDA²)"
__license__ = "Apache License, Version 2.0"
__version__ = "0.4.0"
__version__ = "0.4.1"
__keywords__ = ["Reports", "Abstract Model", "Data Model", "Test Case", "Test Suite", "OSVVM", "YAML", "XML"]

from enum import Enum
Expand Down
Empty file added pyEDAA/Reports/py.typed
Empty file.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
],
sourceFileWithVersion=packageInformationFile,
dataFiles={
packageName[:-2]: ["py.typed"]
packageName: [
f"{packageDirectory}/py.typed",
f"{packageDirectory}/resources/*.xsd"
]
}
))

0 comments on commit 5fb7946

Please sign in to comment.