Skip to content

Commit

Permalink
🔖 version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RF-Tar-Railt committed May 11, 2023
1 parent 48b3822 commit 4bc29f0
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 11 deletions.
14 changes: 14 additions & 0 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
typing_extensions>=4.5.0
nepattern<0.6.0, >=0.5.0
nepattern<0.6.0, >=0.5.6
tarina>=0.3.3
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = arclet-alconna
version = 1.6.3
version = 1.7.0
keywords =
command,
argparse,
Expand Down
16 changes: 7 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="arclet-alconna",
version="1.6.3",
version="1.7.0",
author="RF-Tar-Railt",
author_email="[email protected]",
description="A High-performance, Generality, Humane Command Line Arguments Parser Library.",
Expand All @@ -15,16 +15,14 @@
url="https://github.com/ArcletProject/Alconna",
package_dir={"": "src"},
packages=find_namespace_packages(where="src"),
install_requires=["typing-extensions>=4.4,<4.6", "nepattern>=0.3.2"],
install_requires=[
"typing-extensions>=4.5.0",
"nepattern<0.6.0, >=0.5.6",
"tarina>=0.3.3",
],
extras_require={
'graia': [
'arclet-alconna-graia',
],
'cli': [
'arclet-alconna-cli'
],
'full': [
'arclet-alconna-cli', 'arclet-alconna-graia'
"arclet-alconna-tools>=0.2.0",
]
},
classifiers=[
Expand Down

0 comments on commit 4bc29f0

Please sign in to comment.