File: setup.py

package info (click to toggle)
python-wsme 0.12.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 616 kB
  • sloc: python: 6,064; makefile: 27; javascript: 8
file content (6 lines) | stat: -rw-r--r-- 80 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
import setuptools

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