Skip to content

Commit

Permalink
setup.py typo
Browse files Browse the repository at this point in the history
  • Loading branch information
clach04 committed Nov 27, 2024
1 parent e1657e7 commit 0380a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
# TODO python-gnupg (consider replacements before implementing https://github.com/clach04/puren_tonbo/issues/118)
}
if is_cpython and is_py3:
extras_require['age'] ['age', ], # 0.5.1 is known to work
extras_require['age'] = ['age', ], # 0.5.1 is known to work
#'ssage': ['ssage', ], # ssage-1.4.0

extras_require_all = []
Expand Down

0 comments on commit 0380a4c

Please sign in to comment.