Skip to content

Commit

Permalink
Version bump - 2.4.5
Browse files Browse the repository at this point in the history
Fixed the sdist build

fixes #19
  • Loading branch information
delfick committed Jan 21, 2024
1 parent 48d72e4 commit 0eae47a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/api/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Changelog
=========

.. _release-2.4.5:

2.4.5 - 21 January 2024
* Fixed the sdist build to contain more than nothing

.. _release-2.4.4:

2.4.4 - 16 January 2024
Expand Down
2 changes: 1 addition & 1 deletion noseOfYeti/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "2.4.4"
VERSION = "2.4.5"
17 changes: 16 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,22 @@ path = "noseOfYeti/version.py"

[tool.hatch.build.targets.sdist]
include = [
"/noseofyeti",
"/noseOfYeti",
"/README.rst",
"/LICENSE",
"/test.sh",
"/run.sh",
"/pytest.ini",
"/tests/**",
"/tools/bootstrap_venvstarter.py",
"/tools/requirements.dev.txt",
"/tools/devtools.py",
"/tools/venv"
]

[tool.hatch.build.targets.wheel]
include = [
"/noseOfYeti",
]

[tool.hatch.build.force-include]
Expand Down

0 comments on commit 0eae47a

Please sign in to comment.