test_packaging.py 文件源码

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

项目:shopify_python 作者: Shopify 项目源码 文件源码
def package_source_root(tmpdir):
    # type: ('py.path.LocalPath') -> 'py.path.LocalPath'
    root = tmpdir.join('test_packaging')

    root.join('setup.py').write("""
import setuptools
setuptools.setup(
    name='test_packaging',
    install_requires=[
        'shopify_python'
    ],
    entry_points={
        'egg_info.writers': [
            'git_sha.txt = shopify_python.packaging:write_package_revision',
        ],
    }
)
    """, ensure=True)
    return root
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号