diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-30 00:02:02 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-30 00:02:02 +0800 |
| commit | 0f6c615fe337213f017817131c6a7a97608be428 (patch) | |
| tree | 25a7cea86f712ad613da326ff0e61959657e3bdc /repos/extra/python-setuptools/info | |
| parent | d772ba8994533d2a96aab312840962ad7e9147a4 (diff) | |
| download | alicelinux-0f6c615fe337213f017817131c6a7a97608be428.tar.gz alicelinux-0f6c615fe337213f017817131c6a7a97608be428.zip | |
python-setuptools: updated
Diffstat (limited to 'repos/extra/python-setuptools/info')
| -rw-r--r-- | repos/extra/python-setuptools/info | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/repos/extra/python-setuptools/info b/repos/extra/python-setuptools/info index cd958064..92c13283 100644 --- a/repos/extra/python-setuptools/info +++ b/repos/extra/python-setuptools/info @@ -1,5 +1,6 @@ name=python-setuptools -version=69.5.1 +version=70.0.0 release=1 source="https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-$version.tar.gz" export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0 +export PYTHONDONTWRITEBYTECODE=1 |