Skip to content

Instantly share code, notes, and snippets.

@sunpoet
Created June 19, 2022 00:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sunpoet/f9ee85a45f334f65afde2a3a257e1bb3 to your computer and use it in GitHub Desktop.
Save sunpoet/f9ee85a45f334f65afde2a3a257e1bb3 to your computer and use it in GitHub Desktop.
devel/threadpoolctl: setup.py
#!/usr/bin/env python
# setup.py generated by flit for tools that don't yet use PEP 517
from distutils.core import setup
setup(name='threadpoolctl',
version='%%PORTVERSION%%',
description='threadpoolctl',
author='Thomas Moreau',
author_email='thomas.moreau.2010@gmail.com',
url='https://github.com/joblib/threadpoolctl',
py_modules=['threadpoolctl'],
python_requires='>=3.6',
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment