diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-09-27 18:58:15 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-09-27 18:58:15 -0400 |
commit | 98656748621e4dba09ca834f8608a813bece8672 (patch) | |
tree | 66b35eb4a95cb5eafbc3b5f7cd6ff535924e46bd /pyproject.toml | |
parent | 8f5123afebff5cbb622d12edff318564c3771f1f (diff) | |
download | package_info-98656748621e4dba09ca834f8608a813bece8672.tar.gz |
Add pyproject.toml
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..ff4544c --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +# pyproject.toml +[build-system] +requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4"] |