aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMichael Hirsch, Ph.D <10931741+scivision@users.noreply.github.com>2019-07-11 01:06:34 -0400
committerJussi Pakkanen <jpakkane@gmail.com>2019-07-11 22:37:25 +0300
commit8c6e98c8479674955fdc27e97326e39c49b4382b (patch)
tree4dad0ce1a044e41849b30376406b8c1bc24ce36d /setup.cfg
parent23ef8045a9c14a3f384b211ea3b3d262efb6c28d (diff)
downloadmeson-8c6e98c8479674955fdc27e97326e39c49b4382b.zip
meson-8c6e98c8479674955fdc27e97326e39c49b4382b.tar.gz
meson-8c6e98c8479674955fdc27e97326e39c49b4382b.tar.bz2
Remove unnecessary setup.cfg lines that confound offline use
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 520adcc..0b6c813 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -30,6 +30,3 @@ long_description = Meson is a cross-platform build system designed to be both as
[options]
python_requires = >= 3.5.2
-setup_requires =
- setuptools >= 30.3.0
- pip >= 10