improvements

This commit is contained in:
emdee@spm.plastiras.org 2024-01-16 14:54:24 +00:00
parent 7d601ea4c3
commit 96c453607f
5 changed files with 28 additions and 3 deletions

View file

@ -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"]}