opnsense-ports/devel/py-entrypoints/files/setup.py
Franco Fichtner f9c9f1ac9d */*: sync with upstream
Taken from: FreeBSD
2022-04-28 12:55:19 +02:00

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',
)