File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 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
1616
1717These StackStorm-specific plugins are probably only useful for the st2 repo.
1818- ` api_spec `
19+ - ` release `
1920- ` sample_conf `
2021- ` schemas `
2122
@@ -52,6 +53,14 @@ If it is not checked out, then some of the tests will fail.
5253If it is not checked out, ` pack_metadata_in_git_submodule ` handles providing
5354a helpful, instructive error message as early as possible.
5455
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+
5564### ` sample_conf ` plugin
5665
5766This plugin wires up pants to make sure ` conf/st2.conf.sample ` gets
You can’t perform that action at this time.
0 commit comments