From 5e4ce21f0f41d154a658a4ab49fd148af3494a1a Mon Sep 17 00:00:00 2001 From: Miles Smith Date: Wed, 10 Jul 2024 15:19:57 -0500 Subject: [PATCH] fix installation --- CHANGELOG.md | 9 ++++++++- pyproject.toml | 6 ++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf4058a..c4e2590 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ Changelog +# [0.44.0] + +## Fixed + +- Maybe fixed the issue where nothing actually gets installed? + # [0.43.0] ## Changed @@ -129,7 +135,8 @@ Changelog - remove distutils from build - lock requirements and versions -[0.43.0]: https://github.com/milescsmith/velocyto.py/compare/0.42.0..0.43.0 + +[0.44.0]: https://github.com/milescsmith/velocyto.py/compare/0.43.0..0.44.0 [0.42.0]: https://github.com/milescsmith/velocyto.py/compare/0.41.0..0.42.0 [0.41.0]: https://github.com/milescsmith/velocyto.py/compare/0.40.0..0.41.0 [0.40.0]: https://github.com/milescsmith/velocyto.py/compare/0.31.0..0.40.0 diff --git a/pyproject.toml b/pyproject.toml index 427a2cc..81a58f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.backend" [project] name = "velocyto" -version = "0.43.0" +version = "0.44.0" authors = [ {name = "Linnarsson Lab", email = "sten.linnarsson@ki.se"}, ] @@ -60,6 +60,4 @@ dev = [ "mypy>=1.10.1", "pytest>=8.2.2", ] - -[tool.pdm.build] -includes = ["src/velocyto/*.so", "src/velocyto/*.csv", "src/velocyto/*.pyx", "src/velocyto/*.c"] +build = ["build.py"]