diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-03-09 00:55:04 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-03-09 00:55:04 -0500 |
| commit | fee4186f4ad11ec78f745d13665e45fd84625420 (patch) | |
| tree | 83a6c29c1892c54c551932fda40142bd7e7da887 /pyproject.toml | |
| parent | 83d8c742065e4c453a3b6e58209ecf7c887ffe8e (diff) | |
| download | log_raider-fee4186f4ad11ec78f745d13665e45fd84625420.tar.gz | |
Convert to package
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..4a3eab1 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,6 @@ +[build-system] +requires = [ + "setuptools>=30.3.0", + "wheel", + "setuptools_scm" +] |
