6 lines
79 B
Python
6 lines
79 B
Python
![]() |
import setuptools
|
||
|
|
||
|
setuptools.setup(
|
||
|
setup_requires=['pbr'],
|
||
|
pbr=True)
|