File: setup.py

package info (click to toggle)
python-vmmsclient 0.0.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 136 kB
  • sloc: python: 559; makefile: 18; sh: 10
file content (8 lines) | stat: -rw-r--r-- 108 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/python3

from setuptools import setup

setup(
    setup_requires=['pbr>=2.0.0'],
    pbr=True,
)