File: setup.py

package info (click to toggle)
python-fixtures 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 360 kB
  • ctags: 427
  • sloc: python: 2,236; makefile: 25
file content (7 lines) | stat: -rwxr-xr-x 107 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/usr/bin/env python

import setuptools

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