Merge "Refactor OSCreds to leverage kwargs instead of named parameters."
[snaps.git] / setup.py
1 #!/usr/bin/env python
2
3 # Copyright (c) 2016 Cable Television Laboratories and others.
4 #
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9
10 from setuptools import setup
11
12 __author__ = 'spisarski'
13
14 setup(
15     setup_requires=['pbr>=1.9', 'setuptools>=17.1'],
16     pbr=True,
17 )