File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ These StackStorm-specific plugins might be useful in other StackStorm-related re
16
16
17
17
These StackStorm-specific plugins are probably only useful for the st2 repo.
18
18
- ` api_spec `
19
+ - ` release `
19
20
- ` sample_conf `
20
21
- ` schemas `
21
22
@@ -52,6 +53,14 @@ If it is not checked out, then some of the tests will fail.
52
53
If it is not checked out, ` pack_metadata_in_git_submodule ` handles providing
53
54
a helpful, instructive error message as early as possible.
54
55
56
+ ### ` release ` plugin
57
+
58
+ This plugin implements the [ ` SetupKwargs ` ] ( https://www.pantsbuild.org/docs/plugins-setup-py )
59
+ plugin hook that pants uses when it auto-generates a ` setup.py ` file whenever
60
+ it builds a ` python_distribution() ` (ie a wheel or an sdist). This makes it
61
+ easy to centralize all of the common bits of metadata that need to go in all
62
+ the wheels (like ` author="StackStorm" ` or our ` project_urls ` ).
63
+
55
64
### ` sample_conf ` plugin
56
65
57
66
This plugin wires up pants to make sure ` conf/st2.conf.sample ` gets
You can’t perform that action at this time.
0 commit comments