IntelliJ IDEA
 
Get IntelliJ IDEA
You are viewing the documentation for an earlier version of IntelliJ IDEA.

Create and run setup.py

Last modified: 10 August 2022

IntelliJ IDEA provides an action that helps create setup.py script, intended for building, distributing, and installing modules. Once setup.py is created, the corresponding action becomes disabled

When you work with any project that comes setup.py, you can run some tasks to build, install, and distribute packages described within the setup.py file. IntelliJ IDEA helps you create the command-line sequence of the following format:

setup.py <task> <arguments>