mirror of
https://github.com/isjerryxiao/pacroller.git
synced 2024-11-13 03:42:24 +08:00
release v0.1.3
This commit is contained in:
parent
54a8deb744
commit
f54da6c074
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|||
|
||||
setuptools.setup(
|
||||
name="pacroller",
|
||||
version="0.1.2",
|
||||
version="0.1.3",
|
||||
author="Jerry Xiao",
|
||||
author_email="pacroller@mail.jerryxiao.cc",
|
||||
description="unattended upgrade for archlinux",
|
||||
|
@ -20,7 +20,7 @@ setuptools.setup(
|
|||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
||||
"Operating System :: POSIX :: Linux",
|
||||
],
|
||||
python_requires='>=3.8',
|
||||
python_requires='>=3.9',
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'pacroller=pacroller.main:main'
|
||||
|
|
Loading…
Reference in a new issue