diff options
| author | Alex Grönholm <alex.gronholm@nextday.fi> | 2021-12-24 21:56:43 +0200 |
|---|---|---|
| committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2021-12-24 21:56:43 +0200 |
| commit | 55dfd587ed6182b8af224906a467dbd3f7ae1433 (patch) | |
| tree | 9f34f543af49e3843019804636524b77fb1d3870 /setup.cfg | |
| parent | fdb6eca68c3c1e7258f9be5236f511827289947f (diff) | |
| download | wheel-git-55dfd587ed6182b8af224906a467dbd3f7ae1433.tar.gz | |
Replaced distutils with setuptools
Distutils has been deprecated and will be removed in Python 3.12.
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ package_dir= = src packages = find: python_requires = >=3.7 -setup_requires = setuptools >= 45.2.0 +install_requires = setuptools >= 45.2.0 zip_safe = False [options.packages.find] |
