diff --git a/pyproject.toml b/pyproject.toml index 16ea828..b8f6067 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pyuff" -version = "2.4.3" +version = "2.4.4" 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" @@ -40,4 +40,4 @@ documentation = "https://pyuff.readthedocs.io/en/latest/" source = "https://github.com/ladisk/pyuff" [tool.hatch.build.targets.sdist] -include = ["pyuff/*"] \ No newline at end of file +include = ["pyuff/*"]