Sign in
fuchsia
/
third_party
/
python
/
testing-cabal
/
mock
/
ecdae68e58d985b2c805eb86c593f67ab7bc863e
/
.
/
setup.py
blob: 5f727ae769d3658390310884867eaada4cad2c03 [
file
] [
log
] [
blame
]
#!/usr/bin/env python
import
setuptools
setuptools
.
setup
(
setup_requires
=[
'pbr>=1.3'
,
'setuptools>=17.1'
],
pbr
=
True
)