9 lines
104 B
Python
9 lines
104 B
Python
![]() |
#!/usr/bin/env python
|
||
|
|
||
|
from setuptools import setup
|
||
|
|
||
|
setup(
|
||
|
setup_requires=['pbr'],
|
||
|
pbr=True,
|
||
|
)
|