1 Star 0 Fork 0

ProjectOpenSea / pyexiv2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
LeoHsiao 提交于 2021-10-27 22:30 . [CI] Ready to release v2.7.1
# -*- coding: utf-8 -*-
import setuptools
with open('README.md', encoding='utf-8') as f:
readme_md = f.read()
setuptools.setup(
name='pyexiv2',
version='2.7.1', # need to set the variable in 'pyexiv2/__init__.py'
author='LeoHsiao',
author_email='leohsiao@foxmail.com',
description='Read/Write metadata(including EXIF, IPTC, XMP), comment and ICC Profile embedded in digital images.',
long_description=readme_md,
long_description_content_type='text/markdown',
license='GPLv3',
url='https://github.com/LeoHsiao1/pyexiv2',
packages=setuptools.find_packages(),
# packages=['pyexiv2', 'docs'],
package_data={'': ['*', '*/*']},
python_requires='>=3.5',
# install_requires=["pybind11"],
classifiers=[
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Operating System :: POSIX :: Linux',
'Operating System :: MacOS',
'Operating System :: Microsoft :: Windows',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ProjectOpenSea/pyexiv2.git
git@gitee.com:ProjectOpenSea/pyexiv2.git
ProjectOpenSea
pyexiv2
pyexiv2
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891