Package io.github.cdklabs.projen.python
Interface SetuptoolsOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,PythonExecutableOptions,PythonPackagingOptions
- All Known Implementing Classes:
SetuptoolsOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.247Z") @Stability(Experimental) public interface SetuptoolsOptions extends software.amazon.jsii.JsiiSerializable, PythonPackagingOptions, PythonExecutableOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSetuptoolsOptions.BuilderA builder forSetuptoolsOptionsstatic classSetuptoolsOptions.Jsii$ProxyAn implementation forSetuptoolsOptions
-
Method Summary
Static Methods Modifier and Type Method Description static SetuptoolsOptions.Builderbuilder()-
Methods inherited from interface io.github.cdklabs.projen.python.PythonExecutableOptions
getPythonExec
-
Methods inherited from interface io.github.cdklabs.projen.python.PythonPackagingOptions
getAuthorEmail, getAuthorName, getClassifiers, getDescription, getHomepage, getLicense, getPackageName, getPoetryOptions, getSetupConfig, getVersion
-
-
-
-
Method Detail
-
builder
@Stability(Experimental) static SetuptoolsOptions.Builder builder()
- Returns:
- a
SetuptoolsOptions.BuilderofSetuptoolsOptions
-
-