File tree Expand file tree Collapse file tree 5 files changed +14
-8
lines changed
Expand file tree Collapse file tree 5 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ domdf_python_tools
3232 :target: https://domdf_python_tools.readthedocs.io/en/latest/?badge=latest
3333 :alt: Documentation Status
3434
35- .. |docs | image :: [Docs Check]( https://github.com/domdfcoding/domdf_python_tools/workflows/Docs%20Check/badge.svg
35+ .. |docs_check | image :: https://github.com/domdfcoding/domdf_python_tools/workflows/Docs%20Check/badge.svg
3636 :target: https://github.com/domdfcoding/domdf_python_tools/actions?query=workflow%3A%22Docs+Check%22
3737 :alt: Docs Check Status
3838
Original file line number Diff line number Diff line change 22Building from source
33*********************
44
5- To build the domdf_python_tools package from source using ``setuptools ``, run the following command:
5+ To build the `` domdf_python_tools `` package from source using ``setuptools ``, run the following command:
66
77.. code-block :: bash
88
@@ -51,3 +51,9 @@ Different formats are available for built distributions
5151 :language: python
5252 :linenos:
5353
54+ **__pkginfo__.py **
55+
56+
57+ .. literalinclude :: ../__pkginfo__.py
58+ :language: python
59+ :linenos:
Original file line number Diff line number Diff line change 22Downloading source code
33*******************************
44
5- PyMS source code resides on publicly accessible GitHub servers,
6- and can be accessed from the following URL: https://github.com/domdfcoding/domdf_python_tools/
5+ The `` domdf_python_tools `` source code resides on publicly accessible GitHub servers,
6+ and can be accessed from the following URL: https://github.com/domdfcoding/domdf_python_tools"
77
88If you have ``git `` installed, you can clone the repository with the following command:
99
1010.. code-block :: bash
1111
12- $ git clone https://github.com/domdfcoding/domdf_python_tools/
13- > Cloning into ' pyms ' ...
12+ $ git clone https://github.com/domdfcoding/domdf_python_tools"
13+ > Cloning into 'domdf_python_tools '...
1414 > remote: Enumerating objects: 47, done.
1515 > remote: Counting objects: 100% (47/47), done.
1616 > remote: Compressing objects: 100% (41/41), done.
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ domdf_python_tools
3333 :target: https://domdf_python_tools.readthedocs.io/en/latest/?badge=latest
3434 :alt: Documentation Status
3535
36- .. |docs | image :: [Docs Check]( https://github.com/domdfcoding/domdf_python_tools/workflows/Docs%20Check/badge.svg
36+ .. |docs_check | image :: https://github.com/domdfcoding/domdf_python_tools/workflows/Docs%20Check/badge.svg
3737 :target: https://github.com/domdfcoding/domdf_python_tools/actions?query=workflow%3A%22Docs+Check%22
3838 :alt: Docs Check Status
3939
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ changedir = {toxinidir}
6464deps = setuptools >= 46.1.3
6565 pep517
6666 wheel >= 0.34.2
67- commands = python -m pep517.build --source --binary
6867
68+ commands = python setup.py {posargs} sdist bdist_wheel
6969
7070
7171[testenv:lint]
You can’t perform that action at this time.
0 commit comments