sparrow/setup.py

5 lines
84 B
Python

from setuptools import setup, find_packages
setup(
packages=find_packages(),
)