Skip to content

Commit

Permalink
Create pyproject.toml (CAS-14475)
Browse files Browse the repository at this point in the history
  • Loading branch information
amcnicho committed Nov 1, 2024
1 parent c550271 commit 5798eb9
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[project]
name = "casaconfig"
version = "1.0.1"
description = "CASA Operational Configuration Package"
readme = 'README.md'
authors = [
{name = "National Radio Astronomy Observatory",email = "[email protected]"},
]
dependencies = [
"certifi>=2023.5.7",
]
requires-python = ">=3.8"
readme = "README.md"
license = {file = "LICENSE"}

[project.urls]
Homepage = "https://casa.nrao.edu/"
Documentation = "https://casadocs.readthedocs.io/"
Repository = "https://github.com/casangi/casaconfig.git"

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

[tool.setuptools.packages]
find = {}

0 comments on commit 5798eb9

Please sign in to comment.