File: setup.py

package info (click to toggle)
python-linecache2 1.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 156 kB
  • sloc: python: 942; makefile: 24; sh: 1
file content (7 lines) | stat: -rw-r--r-- 81 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
import setuptools

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