◆ copy_scripts()
Copy each script listed in 'self.scripts'; if it's marked as a
Python script in the Unix way (first line matches 'first_line_re',
ie. starts with "\#!" and contains "python"), then adjust the first
line to refer to the current Python interpreter as we copy.
Reimplemented in build_scripts_2to3.
◆ finalize_options()
def finalize_options |
( |
|
self | ) |
|
◆ get_source_files()
def get_source_files |
( |
|
self | ) |
|
◆ initialize_options()
def initialize_options |
( |
|
self | ) |
|
◆ run()
◆ boolean_options
◆ build_dir
◆ description
◆ executable
◆ force
◆ outfiles
◆ scripts
◆ user_options
The documentation for this class was generated from the following file:
- /home/passerat/Stage/flaskProject/venv/lib/python3.8/site-packages/setuptools/_distutils/command/build_scripts.py