1 Star 0 Fork 0

LG_Olxjdqj / pyzxing

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 929 Bytes
一键复制 编辑 原始数据 按行查看 历史
Chenjie Xu 提交于 2021-03-06 19:50 . release 0.3.5
from setuptools import setup, find_packages
with open('README.md', encoding="utf8") as f:
readme = f.read()
with open('requirements.txt') as f:
reqs = f.read()
setup(
name="pyzxing",
version="0.3.5",
url="https://github.com/ChenjieXu/pyzxing",
description="Python wrapper for ZXing Java library",
long_description=readme,
long_description_content_type="text/markdown",
author="Chenjie Xu",
author_email="cxuscience@gmail.com",
keywords='zxing',
packages=find_packages(),
license='MIT',
classifiers=[
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Libraries :: Python Modules',
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
],
install_requires=reqs.strip().split('\n'),
)
1
https://gitee.com/olxjdqj/pyzxing.git
git@gitee.com:olxjdqj/pyzxing.git
olxjdqj
pyzxing
pyzxing
master

搜索帮助