Skip to content

Commit e4a740a

Browse files
author
github-actions
committed
<bot> update pyproject.toml
1 parent 2869df0 commit e4a740a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pyproject.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,18 @@ dependencies = [
88
'numpy',
99
'oms-mqclient'
1010
]
11-
name = "wipac-dev-next-version-action-testbed"
11+
name = "wipac-dev-actions-testbed"
1212
keywords = [
1313
'WIPAC',
1414
'CI/CD',
1515
'gitops',
1616
'testbed'
1717
]
1818
requires-python = ">=3.12, <3.14"
19-
description = "A guinea pig for testing the `wipac-dev-next-version-action`"
19+
description = "A guinea pig for testing `wipac-dev-*-action` packages and workflows"
2020
readme = "README.md"
2121
classifiers = [
22+
'Programming Language :: Python :: 3.12',
2223
'Programming Language :: Python :: 3.13'
2324
]
2425

@@ -29,6 +30,11 @@ email = "developers@icecube.wisc.edu"
2930
[project.license]
3031
file = "LICENSE"
3132

33+
[project.urls]
34+
Homepage = "https://pypi.org/project/wipac-dev-actions-testbed/"
35+
Tracker = "https://github.com/WIPACrepo/wipac-dev-actions-testbed/issues"
36+
Source = "https://github.com/WIPACrepo/wipac-dev-actions-testbed"
37+
3238
[tool.setuptools.package-data]
3339
"*" = ["py.typed"]
3440

0 commit comments

Comments
 (0)