File: setup.py

package info (click to toggle)
vmms 0.0.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 280 kB
  • sloc: python: 1,494; sh: 82; makefile: 45
file content (8 lines) | stat: -rw-r--r-- 111 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/env python

from setuptools import setup

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