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
32
32
:target: https://domdf_python_tools.readthedocs.io/en/latest/?badge=latest
33
33
:alt: Documentation Status
34
34
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
36
36
:target: https://github.com/domdfcoding/domdf_python_tools/actions?query=workflow%3A%22Docs+Check%22
37
37
:alt: Docs Check Status
38
38
Original file line number Diff line number Diff line change 2
2
Building from source
3
3
*********************
4
4
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:
6
6
7
7
.. code-block :: bash
8
8
@@ -51,3 +51,9 @@ Different formats are available for built distributions
51
51
:language: python
52
52
:linenos:
53
53
54
+ **__pkginfo__.py **
55
+
56
+
57
+ .. literalinclude :: ../__pkginfo__.py
58
+ :language: python
59
+ :linenos:
Original file line number Diff line number Diff line change 2
2
Downloading source code
3
3
*******************************
4
4
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"
7
7
8
8
If you have ``git `` installed, you can clone the repository with the following command:
9
9
10
10
.. code-block :: bash
11
11
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 '...
14
14
> remote: Enumerating objects: 47, done.
15
15
> remote: Counting objects: 100% (47/47), done.
16
16
> remote: Compressing objects: 100% (41/41), done.
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ domdf_python_tools
33
33
:target: https://domdf_python_tools.readthedocs.io/en/latest/?badge=latest
34
34
:alt: Documentation Status
35
35
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
37
37
:target: https://github.com/domdfcoding/domdf_python_tools/actions?query=workflow%3A%22Docs+Check%22
38
38
:alt: Docs Check Status
39
39
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ changedir = {toxinidir}
64
64
deps = setuptools >= 46.1.3
65
65
pep517
66
66
wheel >= 0.34.2
67
- commands = python -m pep517.build --source --binary
68
67
68
+ commands = python setup.py {posargs} sdist bdist_wheel
69
69
70
70
71
71
[testenv:lint]
You can’t perform that action at this time.
0 commit comments