mirror of
https://github.com/isjerryxiao/pacroller.git
synced 2024-11-14 12:22:23 +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(
|
setuptools.setup(
|
||||||
name="pacroller",
|
name="pacroller",
|
||||||
version="0.1.2",
|
version="0.1.3",
|
||||||
author="Jerry Xiao",
|
author="Jerry Xiao",
|
||||||
author_email="pacroller@mail.jerryxiao.cc",
|
author_email="pacroller@mail.jerryxiao.cc",
|
||||||
description="unattended upgrade for archlinux",
|
description="unattended upgrade for archlinux",
|
||||||
|
@ -20,7 +20,7 @@ setuptools.setup(
|
||||||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
||||||
"Operating System :: POSIX :: Linux",
|
"Operating System :: POSIX :: Linux",
|
||||||
],
|
],
|
||||||
python_requires='>=3.8',
|
python_requires='>=3.9',
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
'pacroller=pacroller.main:main'
|
'pacroller=pacroller.main:main'
|
||||||
|
|
Loading…
Reference in a new issue