File: setup.py

package info (click to toggle)
python-osprofiler 1.2.0-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 460 kB
  • sloc: python: 2,546; makefile: 196; sh: 43
file content (7 lines) | stat: -rw-r--r-- 102 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
#!/usr/bin/env python

import setuptools

setuptools.setup(
    setup_requires=['pbr'],
    pbr=True)