haystack/setup.py

7 lines
212 B
Python
Raw Normal View History

# setup.py will still be needed for a while to allow editable installs (pip < 21.1).
# Check regularly in the future if this is still the case, or it can be safely removed.
from setuptools import setup
setup()