Skip to content

Commit

Permalink
Update pyptoject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
WeilerP committed Mar 17, 2024
1 parent 8aba0c9 commit 548d67b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[build-system]
build-backend = "hatchling.build"
requires = ["hatchling"]

requires = ["setuptools>=61", "setuptools-scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"

[project]
name = "scvelo"
version = "0.3.1"
dynamic = ["version"]
description = "RNA velocity generalized through dynamical modeling"
readme = {file = "README.md", content-type="text/markdown"}
requires-python = ">=3.8"
Expand Down Expand Up @@ -98,8 +97,11 @@ docs = [
"nbsphinx>=0.7,<0.8.7"
]

[tool.hatch.build.targets.wheel]
packages = ["scvelo"]
[tool.setuptools]
package-dir = {"" = "svcelo"}
include-package-data = true

[tool.setuptools_scm]

[tool.coverage.run]
source = ["scvelo"]
Expand Down

0 comments on commit 548d67b

Please sign in to comment.