Skip to content

Commit

Permalink
Merge pull request #1 from clingen-data-model/pyproject-updates
Browse files Browse the repository at this point in the history
Pyproject updates
  • Loading branch information
theferrit32 authored Nov 4, 2024
2 parents c6b57a3 + eec71b3 commit 270c833
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .requirements.txt

This file was deleted.

14 changes: 10 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,16 @@ keywords = [
"variation"
]
requires-python = ">=3.12"
dynamic = ["version", "dependencies"]
dependencies = [
"pyyaml"
]
dynamic = ["version"]

[project.optional-dependencies]
dev = [
"pytest",
"ruff==0.7.2"
]

[project.urls]
Homepage = "https://github.com/ga4gh/gks-metaschema"
Expand All @@ -37,9 +46,6 @@ Changelog = "https://github.com/ga4gh/gks-metaschema/releases"
Source = "https://github.com/ga4gh/gks-metaschema"
"Bug Tracker" = "https://github.com/ga4gh/gks-metaschema/issues"

[tool.setuptools.dynamic]
dependencies = {file = [".requirements.txt"]}

[tool.setuptools_scm]

[project.scripts]
Expand Down

0 comments on commit 270c833

Please sign in to comment.