File: setup.py

package info (click to toggle)
txfixtures 0.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 420 kB
  • ctags: 381
  • sloc: python: 1,809; makefile: 198
file content (6 lines) | stat: -rwxr-xr-x 148 bytes parent folder | download
1
2
3
4
5
6
#!/usr/bin/env python
"""distutils metadata/installer for txfixtures"""

import setuptools

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