nextcast/setup.py

5 lines
120 B
Python
Raw Normal View History

2023-11-09 15:32:18 +01:00
# This file is required for `pip install` on Ubuntu 18.04.
# It loads `setup.cfg`.
from setuptools import setup
setup()