aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2021-03-20 17:07:54 -0600
committerTim Harder <radhermit@gmail.com>2021-03-20 17:09:00 -0600
commit662dff78b6807799e1fafca9b8874faa70f74065 (patch)
tree123e878295cd070cf48b366556cd7f337b908574 /pyproject.toml
parentdist.distutils_extensions: use pyproject.toml header to classify dev builds (diff)
downloadsnakeoil-662dff78b6807799e1fafca9b8874faa70f74065.tar.gz
snakeoil-662dff78b6807799e1fafca9b8874faa70f74065.tar.bz2
snakeoil-662dff78b6807799e1fafca9b8874faa70f74065.zip
pyproject.toml: mark as dev version
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 434600a..ab61238 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,3 +1,4 @@
+# dev
[build-system]
requires = ["cython", "setuptools", "wheel"]
build-backend = "setuptools.build_meta"