Skip to content

Commit

Permalink
remove project.urls section from pyproject.toml (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm authored Feb 19, 2024
1 parent b364245 commit 3b0b4bb
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ authors = [
description = "Toolkit for genome-wide analysis of STRs"
readme = "README.rst"
license = "MIT"
repository = "https://github.com/gymrek-lab/trtools"
homepage = "https://trtools.readthedocs.org"
documentation = "https://trtools.readthedocs.org"
classifiers = [
"Operating System :: OS Independent",
"Intended Audience :: Science/Research",
Expand Down Expand Up @@ -61,12 +64,6 @@ associaTR = "trtools.associaTR:run"
prancSTR = "trtools.prancSTR:run"
simTR = "trtools.simTR:run"

[project.urls]
Homepage = "https://trtools.readthedocs.org"
Documentation = "https://trtools.readthedocs.org"
Repository = "https://github.com/gymrek-lab/trtools.git"
Changelog = "https://github.com/gymrek-lab/trtools/blob/master/CHANGELOG.md"

[tool.pytest.ini_options]
addopts = """
--ignore noxfile.py
Expand Down

0 comments on commit 3b0b4bb

Please sign in to comment.