File: setup.py

package info (click to toggle)
python-traceback2 1.4.0-3~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 200 kB
  • sloc: python: 1,017; makefile: 32
file content (6 lines) | stat: -rw-r--r-- 80 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
import setuptools

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