Python Language setup.py

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Parameters

ParameterUsage
nameName of your distribution.
versionVersion string of your distribution.
packagesList of Python packages (that is, directories containing modules) to include. This can be specified manually, but a call to setuptools.find_packages() is typically used instead.
py_modulesList of top-level Python modules (that is, single .py files) to include.

Remarks

For further information on python packaging see:

Introduction

For writing official packages there is a packaging user guide.



Got any Python Language Question?