File: setup.py

package info (click to toggle)
python-traceback2 1.4.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 188 kB
  • sloc: python: 1,017; makefile: 17
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)