ports/devel/py-entrypoints/files/setup.py

14 lines
459 B
Python

#!/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='entrypoints',
version='%%PORTVERSION%%',
description='Discover and load entry points from installed packages.',
author='Thomas Kluyver',
author_email='thomas@kluyver.me.uk',
url='https://github.com/takluyver/entrypoints',
py_modules=['entrypoints'],
python_requires='>=3.6',
)