Skip to content

Commit

Permalink
Minor clenup to pyproject.toml
Browse files Browse the repository at this point in the history
(the aws optional dep made no sense)
  • Loading branch information
WilliamJamieson committed Nov 27, 2024
1 parent 2511456 commit 200ab44
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name = "roman_datamodels"
description = "data models supporting calibration of the Nancy Grace Roman Space Telescope"
readme = "README.md"
requires-python = ">=3.11"
authors = [{ name = "STScI", email = "[email protected]" }]
authors = [
{ name = "STScI", email = "[email protected]" },
]
classifiers = [
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Astronomy",
Expand Down Expand Up @@ -32,7 +34,6 @@ test = [
"pytest-doctestplus >=1.2.1",
"pytest-env >= 0.8",
]
aws = ["stsci-aws-utils >= 0.1.2"]
docs = [
"sphinx",
"sphinx-automodapi",
Expand All @@ -49,7 +50,10 @@ repository = "https://github.com/spacetelescope/roman_datamodels"
roman_datamodels = "roman_datamodels.stnode._integration:get_extensions"

[build-system]
requires = ["setuptools >=61", "setuptools_scm[toml] >=3.4", "wheel"]
requires = [
"setuptools >=61",
"setuptools_scm[toml] >=3.4",
]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
Expand Down

0 comments on commit 200ab44

Please sign in to comment.