File: setup.py

package info (click to toggle)
systemfixtures 0.6.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 332 kB
  • sloc: python: 841; makefile: 221; sh: 2
file content (6 lines) | stat: -rwxr-xr-x 115 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/usr/bin/env python
import setuptools

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