1 Star 0 Fork 1

天马行空/QuickWall

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 746 Bytes
一键复制 编辑 原始数据 按行查看 历史
Deepjyoti Barman 提交于 2021-01-04 18:26 . Bump version to 0.0.4
from setuptools import setup, find_packages
requirements = [
'requests',
'pywal',
'downloader-cli',
'beautifulsoup4',
'dbus-python',
'simber'
]
setup(
name='QuickWall',
packages=find_packages(),
author='Deepjyoti Barman',
author_email='deep.barman30@gmail.com',
description='Set any wallpaper from commandline',
long_description='Set any wallpaper from Unsplash from the commandline',
url='http://github.com/deepjyoti30/QuickWall',
entry_points={
'console_scripts': [
'quickwall = QuickWall.__main__:main_handler',
'QuickWall = QuickWall.__main__:main_handler'
]
},
version='0.0.4',
license='MIT',
install_requires=requirements,
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/IMGet/QuickWall.git
git@gitee.com:IMGet/QuickWall.git
IMGet
QuickWall
QuickWall
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385