Skip to content

Commit

Permalink
build: update build metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Mar 20, 2024
1 parent 110feb2 commit 653d58d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
requires-python = ">=3.8"
description = "Common Operation on Lots of Sequences Tool"
Expand Down Expand Up @@ -55,13 +56,13 @@ docs = [

[project.urls]
Homepage = "https://github.com/genomicmedlab/cool-seq-tool"
Documentation = "https://coolseqtool.readthedocs.io/en/latest/index.html"
Documentation = "https://coolseqtool.readthedocs.io/"
Changelog = "https://github.com/genomicmedlab/cool-seq-tool/releases"
Source = "https://github.com/genomicmedlab/cool-seq-tool"
"Bug Tracker" = "https://github.com/genomicmedlab/cool-seq-tool/issues"

[build-system]
requires = ["setuptools>=61.0"]
requires = ["setuptools>=64"]
build-backend = "setuptools.build_meta"

[tool.setuptools.dynamic]
Expand Down

0 comments on commit 653d58d

Please sign in to comment.