mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
14 lines
459 B
Python
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',
|
|
)
|