Skip to content

Commit

Permalink
thrash
Browse files Browse the repository at this point in the history
  • Loading branch information
alimanfoo committed Mar 26, 2024
1 parent c855510 commit a6c019d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[project]
name = "scikit-allel"
requires-python = ">=3.6"
dynamic = ["version", "description"]
description = "A Python package for exploring and analysing genetic variation data."
readme = "README.rst"
repository = "https://github.com/cggh/scikit-allel"
dynamic = ["version", "long_description"]


[build-system]
# Minimum requirements for the build system to execute.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

PACKAGE_NAME = "allel"

DESCRIPTION = "A Python package for exploring and analysing genetic " "variation data."
DESCRIPTION = "A Python package for exploring and analysing genetic variation data."

with open("README.rst") as f:
LONG_DESCRIPTION = f.read()
Expand Down

0 comments on commit a6c019d

Please sign in to comment.