Commit 37ec756
Switch to setuptools-scm for versioning (#37)
* Switch to setuptools-scm for versioning
Following other pytest projects like pytest-html,
that use setuptool-scm to manage version, it would
be nice other projects follow the suit and
let setuptools-scm manage version of this project.
* Update .gitignore
* ci: Install dependency setuptools_scm.
Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
* Drop explicit version reference from setup.cfg
* Remove setuptools_scm and wheel from `pip install --upgrade` of the test job
Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
* Replace `setuptools_scm` and `wheel` with `build`in package job
Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
* Change the packaging command to use `build`
Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
* build: Added missing dependency declaration on setuptools_scm to setup.cfg.
This prevents tools relying on setuptools from picking up the dependency correctly.
Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
* build: Added version in metadata.
Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
Co-authored-by: maliki <imran.malik@emc.com>
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
Co-authored-by: Michael Seifert <m.seifert@digitalernachschub.de>
Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>1 parent f0c20dc commit 37ec756
File tree
5 files changed
+16
-6
lines changed- .github/workflows
- pytest_asyncio
5 files changed
+16
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
| |||
0 commit comments