File: setup.py

package info (click to toggle)
python-vigietools 0.0.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 112 kB
  • sloc: python: 958; sh: 79; makefile: 11
file content (8 lines) | stat: -rwxr-xr-x 101 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/python3

from setuptools import setup

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