diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2021-01-30 12:48:10 -0500 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2021-01-30 12:48:10 -0500 |
| commit | f8ab85b5cb115c4a7ff56cdcb94e35f6acc0790b (patch) | |
| tree | 75c7c523ec4ef0075102ca9b32f900eea87a45d5 | |
| parent | 138814ddfcd8f9c3a1e272e4e4951041a1ef0563 (diff) | |
| download | cmd2-git-f8ab85b5cb115c4a7ff56cdcb94e35f6acc0790b.tar.gz | |
Trying to add a pyproject.toml to see if it can help with GitHub actions not being able to determine version via setuptools_scm
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 00000000..51000e45 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,2 @@ +[build-system] +requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4"] |
