File: setup.py

package info (click to toggle)
python-cs 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 216 kB
  • sloc: python: 1,127; makefile: 7
file content (8 lines) | stat: -rw-r--r-- 140 bytes parent folder | download | duplicates (2)
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()