|
1 | | -[build-system] |
| 1 | +# pyproject.toml |
| 2 | + |
| 3 | +# Note: Many fields are autogenerated by 'WIPACrepo/wipac-dev-py-setup-action'. |
| 4 | +# See this repo's GitHub Actions workflow(s) (.github/workflows/*.yaml) |
| 5 | +# and https://github.com/WIPACrepo/wipac-dev-py-setup-action for details. |
| 6 | + |
| 7 | +[build-system] # do not edit — autogenerated by wipac-dev-py-setup-action |
2 | 8 | requires = ["setuptools>=78.1", "setuptools-scm"] |
3 | 9 | build-backend = "setuptools.build_meta" |
4 | 10 |
|
5 | 11 | [project] |
6 | | -dynamic = ["version"] |
| 12 | +dynamic = ["version"] # do not edit — autogenerated by wipac-dev-py-setup-action |
7 | 13 | dependencies = [ |
8 | | - 'numpy', |
9 | | - 'requests' |
| 14 | + 'numpy', |
| 15 | + 'requests', |
10 | 16 | ] |
11 | | -name = "wipac-dev-actions-testbed" |
| 17 | +name = "wipac-dev-actions-testbed" # do not edit — autogenerated by wipac-dev-py-setup-action |
12 | 18 | keywords = [ |
13 | | - 'WIPAC', |
14 | | - 'CI/CD', |
15 | | - 'gitops', |
16 | | - 'testbed' |
17 | | -] |
18 | | -requires-python = ">=3.12, <3.15" |
19 | | -description = "A guinea pig for testing `wipac-dev-*-action` packages and workflows -- using python" |
20 | | -readme = "README.md" |
| 19 | + 'WIPAC', |
| 20 | + 'CI/CD', |
| 21 | + 'gitops', |
| 22 | + 'testbed', |
| 23 | +] # do not edit — autogenerated by wipac-dev-py-setup-action |
| 24 | +requires-python = ">=3.12, <3.15" # do not edit — autogenerated by wipac-dev-py-setup-action |
| 25 | +description = "A guinea pig for testing `wipac-dev-*-action` packages and workflows -- using python" # do not edit — autogenerated by wipac-dev-py-setup-action |
| 26 | +readme = "README.md" # do not edit — autogenerated by wipac-dev-py-setup-action |
21 | 27 | classifiers = [ |
22 | | - 'Programming Language :: Python :: 3.12', |
23 | | - 'Programming Language :: Python :: 3.13', |
24 | | - 'Programming Language :: Python :: 3.14' |
25 | | -] |
26 | | -license-files = ["LICENSE"] |
27 | | -license = "MIT" |
| 28 | + 'Programming Language :: Python :: 3.12', |
| 29 | + 'Programming Language :: Python :: 3.13', |
| 30 | + 'Programming Language :: Python :: 3.14', |
| 31 | +] # do not edit — autogenerated by wipac-dev-py-setup-action |
| 32 | +license-files = ["LICENSE"] # do not edit — autogenerated by wipac-dev-py-setup-action |
| 33 | +license = "MIT" # do not edit — autogenerated by wipac-dev-py-setup-action |
28 | 34 |
|
29 | 35 | [[project.authors]] |
30 | 36 | name = "WIPAC Developers" |
31 | 37 | email = "developers@icecube.wisc.edu" |
32 | 38 |
|
33 | | -[project.urls] |
| 39 | +[project.urls] # do not edit — autogenerated by wipac-dev-py-setup-action |
34 | 40 | Homepage = "https://pypi.org/project/wipac-dev-actions-testbed/" |
35 | 41 | Tracker = "https://github.com/WIPACrepo/wipac-dev-actions-testbed-python/issues" |
36 | 42 | Source = "https://github.com/WIPACrepo/wipac-dev-actions-testbed-python" |
37 | 43 |
|
38 | | -[tool.setuptools.package-data] |
39 | | -"*" = ["py.typed"] |
| 44 | +[tool.setuptools] |
| 45 | +packages = [ |
| 46 | + 'actions_testbed', |
| 47 | +] # do not edit — autogenerated by wipac-dev-py-setup-action |
40 | 48 |
|
41 | | -[tool.setuptools.packages.find] |
42 | | -namespaces = false |
43 | | -exclude = ["test", "tests", "doc", "docs", "resource", "resources", "example", "examples"] |
| 49 | +[tool.setuptools.package-data] |
| 50 | +"*" = ["py.typed"] # do not edit — autogenerated by wipac-dev-py-setup-action |
44 | 51 |
|
45 | | -[tool.setuptools_scm] |
| 52 | +[tool.setuptools_scm] # do not edit — autogenerated by wipac-dev-py-setup-action |
| 53 | +fallback_version = "CANNOT_BUILD_WITHOUT_GIT_DIR" # used when SCM metadata is missing (no '.git/') — if '.git/' exists but does not contain tags, a commit-based version (like '0.1.dev1+g79c9b4b') will be used instead. |
0 commit comments