#!/usr/bin/env python #-*- coding:utf-8 -*- # Author: Kun Huang import setuptools setuptools.setup( setup_requires=['pbr'], pbr=True)