File: setup.py

package info (click to toggle)
python-jenkins 0.4.11-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 388 kB
  • sloc: python: 3,516; makefile: 172
file content (5 lines) | stat: -rw-r--r-- 79 bytes parent folder | download | duplicates (8)
1
2
3
4
5
import setuptools

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