diff options
author | Tim Harder <radhermit@gmail.com> | 2019-08-22 20:45:46 -0600 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2019-08-22 20:47:32 -0600 |
commit | 36f99c685d4e99a1bd48095f6e02ed1317e4c792 (patch) | |
tree | 0994bda78121cf00a3b4497f733656bef08bc588 /pyproject.toml | |
parent | travis-ci: various config updates to make deploy stage build (diff) | |
download | pkgcore-36f99c685d4e99a1bd48095f6e02ed1317e4c792.tar.gz pkgcore-36f99c685d4e99a1bd48095f6e02ed1317e4c792.tar.bz2 pkgcore-36f99c685d4e99a1bd48095f6e02ed1317e4c792.zip |
add pyproject.toml and update MANIFEST.in
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 000000000..464f20bb6 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["wheel", "setuptools", "snakeoil~=0.8.0"] +build-backend = "setuptools.build_meta" |