Skip to content

Commit

Permalink
fix wheel distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
bimac committed Jan 20, 2025
1 parent f2a28f1 commit 955d95a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.2] - 2025-01-20

### Fixed
- fix wheel distribution

## [0.4.1] - 2025-01-20

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion iblqt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""A collection of extensions to the Qt framework."""

__version__ = '0.4.1'
__version__ = '0.4.2'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Changelog = "https://github.com/int-brain-lab/iblqt/blob/main/CHANGELOG.md"
distribution = true

[tool.pdm.build]
package-dir = "iblqt"
includes = [ "iblqt/*" ]
source-includes = [ "iblqt/", "tests/", "resources/", "docs/source" ]

[tool.pdm.version]
Expand Down

0 comments on commit 955d95a

Please sign in to comment.