Skip to content

Commit

Permalink
pyproject.toml update (added include=...), version bump)
Browse files Browse the repository at this point in the history
  • Loading branch information
klemengit committed Apr 18, 2024
1 parent ac669b9 commit 56a50ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "pyuff"
version = "2.4.2"
version = "2.4.3"
authors = [{name = "Primož Čermelj, Janko Slavič", email = "janko.slavic@fs.uni-lj.si"}]
maintainers = [{name = "Janko Slavič et al.", email = "janko.slavic@fs.uni-lj.si"}]
license = "MIT"
Expand Down Expand Up @@ -38,3 +38,6 @@ dev = [
homepage = "https://github.com/ladisk/pyuff"
documentation = "https://pyuff.readthedocs.io/en/latest/"
source = "https://github.com/ladisk/pyuff"

[tool.hatch.build.targets.sdist]
include = ["pyuff/*"]
2 changes: 1 addition & 1 deletion pyuff/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.4.2"
__version__ = "2.4.3"
from .pyuff import *
from .datasets import *

0 comments on commit 56a50ce

Please sign in to comment.