summaryrefslogtreecommitdiffstats
path: root/setup.py
blob: 2d9246ec473a2d74d4ab217b6a023afcab234388 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python

from setuptools import setup

setup(
    name="opnfv",
    version="master",
    url="https://www.opnfv.org",
)