Skip to content

Commit d728986

Browse files
committed
Fix pyproject.toml section ordering
1 parent 3e6f236 commit d728986

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ license = {text = "MIT"}
1111
requires-python = ">=3.10"
1212
authors = [{name = "Ekin Kahraman", email = "evk23umu@uea.ac.uk"}]
1313
keywords = ["bioinformatics", "single-cell", "RNA-seq", "scanpy", "immune profiling"]
14-
15-
[project.urls]
16-
Repository = "https://github.com/Ekin-Kahraman/single-cell-rnaseq-immune-profiling"
1714
classifiers = [
1815
"Development Status :: 4 - Beta",
1916
"Intended Audience :: Science/Research",
@@ -33,6 +30,9 @@ dependencies = [
3330
"scikit-learn>=1.3",
3431
]
3532

33+
[project.urls]
34+
Repository = "https://github.com/Ekin-Kahraman/single-cell-rnaseq-immune-profiling"
35+
3636
[project.optional-dependencies]
3737
dev = ["pytest>=7.0", "pytest-cov>=4.0"]
3838

0 commit comments

Comments
 (0)