diff options
| author | Yuval Adam <_@yuv.al> | 2022-01-17 19:40:11 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2022-01-17 19:40:11 +0200 |
| commit | f361fcb8f47d04592e2605e4b0820635b4296cf5 (patch) | |
| tree | e22c7bccaba1786afc3bd46b13fe1911e42c08c5 /setup.cfg | |
| parent | 880a4ee4390d2ec4f3ef3633cfa965186208ad81 (diff) | |
Inital setup files and future CLI entry point
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..008ce81 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,5 @@ +[bdist_wheel] +universal=1 + +[metadata] +license_file=LICENSE
\ No newline at end of file |
