File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff 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"
1212keywords = [
1313 ' WIPAC' ,
1414 ' CI/CD' ,
1515 ' gitops' ,
1616 ' testbed'
1717]
1818requires-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 "
2020readme = " README.md"
2121classifiers = [
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 ]
3031file = " 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
You can’t perform that action at this time.
0 commit comments