setup.py 文件源码

python
阅读 16 收藏 0 点赞 0 评论 0

项目:farfetchd 作者: isislovecruft 项目源码 文件源码
def get_cmdclass():
    """Get our cmdclass dictionary for use in setuptool.setup().

    This must be done outside the call to setuptools.setup() because we need
    to add our own classes to the cmdclass dictionary, and then update that
    dictionary with the one returned from versioneer.get_cmdclass().
    """
    cmdclass = {'test': Trial,}
    cmdclass.update(versioneer.get_cmdclass())
    return cmdclass
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号