:orphan: |rss_image| **setup - 1/1** :ref:`Blog ` :ref:`notebook (8) ` :ref:`sphinx (13) ` .. |rss_image| image:: feed-icon-16x16.png :target: ../_downloads/rss.xml :alt: RSS ---- .. index:: setup .. _ap-cat-setup-0: setup - 1/1 +++++++++++ .. blogpostagg:: :title: Issue with package_data (setup.py) :date: 2016-09-07 :keywords: setup.py,package_data :categories: setup :rawfile: 2016/2016-09-07_setup.rst File ``setup.py`` usually defines something like: ... .. blogpostagg:: :title: Frequent commands and automation :date: 2015-05-06 :keywords: command line,batch files :categories: automation,setup :rawfile: 2015/2015-05-06_build_script.rst The script ``setup.py`` accepts several options such as ``install`` or ``build``. It also accepts ``unittest`` to run the unit tests or ``build_sphinx`` to build the documentation. It usually requires to have a command line windows opened as well as an editor to write programs. On Windows, the module now produces a series of scripts to automate tasks such as running the unit tests, building the documentation. They are not included in the sources anymore but the can be obtained by typing:: ... ---- |rss_image| **setup - 1/1** :ref:`2020-08 (2) ` :ref:`2020-09 (1) ` :ref:`2021-01 (1) ` :ref:`2022-03 (1) ` :ref:`2023-05 (1) `