Open Kilda Java Documentation
setup.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 
3 from setuptools import setup
4 
5 setup(
6  setup_requires=['pbr>=3.1.1', 'pytest-runner'],
7  pbr=True,
8 )
Definition: setup.py:1