6 lines
79 B
Python
Executable File
6 lines
79 B
Python
Executable File
from setuptools import setup
|
|
|
|
setup(
|
|
setup_requires=['pbr'],
|
|
pbr=True)
|