File: setup.py

package info (click to toggle)
python-cs 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 180 kB
  • sloc: python: 1,151; makefile: 8
file content (8 lines) | stat: -rw-r--r-- 140 bytes parent folder | download
1
2
3
4
5
6
7
8
# coding: utf-8
"""
A simple yet powerful CloudStack API client for Python and the command-line.
"""

from setuptools import setup

setup()