diff options
Diffstat (limited to 'python-setuptools/abuild')
| -rw-r--r-- | python-setuptools/abuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python-setuptools/abuild b/python-setuptools/abuild new file mode 100644 index 00000000..2889e1b0 --- /dev/null +++ b/python-setuptools/abuild @@ -0,0 +1,6 @@ +name=python-setuptools +version=80.7.1 +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 |