Skip to content

Commit

Permalink
Merge pull request #2166 from alan-turing-institute/add-classifiers
Browse files Browse the repository at this point in the history
Add project metadata to pyproject.toml
  • Loading branch information
jemrobinson authored Aug 29, 2024
2 parents ab0d408 + d1398d4 commit 9fd574e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,19 @@ description = "An open-source framework for creating secure environments to anal
authors = [
{ name = "Data Safe Haven development team", email = "[email protected]" },
]
readme = "README.md"
requires-python = "==3.12.*"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.12",
"Topic :: Security",
"Topic :: System :: Systems Administration",
]
license = { text = "BSD-3-Clause" }
dependencies = [
"appdirs==1.4.4",
Expand Down Expand Up @@ -46,6 +58,11 @@ dependencies = [
"websocket-client==1.8.0",
]

[project.urls]
Documentation = "https://data-safe-haven.readthedocs.io"
Issues = "https://github.com/alan-turing-institute/data-safe-haven/issues"
Source = "https://github.com/alan-turing-institute/data-safe-haven"

[project.optional-dependencies]
docs = [
"emoji==2.12.1",
Expand Down

0 comments on commit 9fd574e

Please sign in to comment.