monasca-ceilometer/setup.py

6 lines
128 B
Python
Executable File

from setuptools import setup
# Prereqs of the build. Won't get installed when deploying the egg.
setup(
setup_requires=[])