Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.05 KB

Building.rst

File metadata and controls

59 lines (43 loc) · 1.05 KB

Building from source

To build the py2latex package from source using setuptools, run the following command:

$ python3 setup.py sdist bdist_wheel

setuptools is configured using the file :download:`setup.py <../setup.py>`.

Different formats are available for built distributions

Format Description Notes
gztar gzipped tar file (.tar.gz) default on Unix
bztar bzipped tar file (.tar.bz2)  
xztar bzipped tar file (.tar.bz2)  
tar tar file (.tar)  
zip zip file (.zip) default on Windows
wininst self-extracting ZIP file for Windows  
msi Microsoft Installer  

setup.py

.. literalinclude:: ../setup.py
    :language: python
    :linenos:

__pkginfo__.py

.. literalinclude:: ../__pkginfo__.py
    :language: python
    :linenos: