Skip to content

Commit

Permalink
fix installation
Browse files Browse the repository at this point in the history
  • Loading branch information
milescsmith committed Jul 10, 2024
1 parent f8e5cc1 commit 5e4ce21
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Changelog

# [0.44.0]

## Fixed

- Maybe fixed the issue where nothing actually gets installed?

# [0.43.0]

## Changed
Expand Down Expand Up @@ -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
Expand Down
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
]
Expand Down Expand Up @@ -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"]

0 comments on commit 5e4ce21

Please sign in to comment.