improvements
This commit is contained in:
parent
7d601ea4c3
commit
96c453607f
5 changed files with 28 additions and 3 deletions
|
|
@ -18,13 +18,15 @@ classifiers = [
|
|||
"Programming Language :: Python :: Implementation :: CPython",
|
||||
]
|
||||
dynamic = ["version", "readme", ] # cannot be dynamic ['license']
|
||||
scripts = { exclude_badExits = "exclude_badExits.exclude_badExits:iMain" }
|
||||
dependencies = [
|
||||
'qasync >= 0.27.1',
|
||||
# 'qasync >= 0.27.1',
|
||||
'cryptography >= 41.0.7',
|
||||
'rsa >= 4.9',
|
||||
'stem >= 1.8.2']
|
||||
|
||||
[project.scripts
|
||||
exclude_badExits = "exclude_badExits.exclude_badExits:iMain"
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = {attr = "exclude_badExits.__version__"}
|
||||
readme = {file = ["README.md"]}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue