Intelliscan / setup.py
simoox's picture
Upload 204 files
5e0bd20 verified
Raw
History Blame Contribute Delete
325 Bytes
"""
Compatibility shim.
Project metadata, dependencies and entry points now live in ``pyproject.toml``
([project] table). This file remains only so that legacy ``python setup.py``
invocations and very old tooling keep working; ``pip install .`` / ``-e .``
read pyproject directly.
"""
from setuptools import setup
setup()